mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
DIRECTOR: Fix MSVC warning
This commit is contained in:
parent
57517dbe21
commit
0902272ab9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user