DIRECTOR: Fix MSVC warning

This commit is contained in:
Eugene Sandulenko 2021-06-30 07:18:04 +02:00
parent 57517dbe21
commit 0902272ab9
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -721,7 +721,7 @@ void LC::cb_v4theentitypush() {
case kTEAString:
{
Datum stringArg = g_lingo->pop();
ChunkType chunkType;
ChunkType chunkType = kChunkChar;
switch (entity) {
case kTheChars:
chunkType = kChunkChar;