diff options
Diffstat (limited to 'engines/cruise/dataLoader.cpp')
-rw-r--r-- | engines/cruise/dataLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/dataLoader.cpp b/engines/cruise/dataLoader.cpp index f21a3f1c71..e0bfe70dc0 100644 --- a/engines/cruise/dataLoader.cpp +++ b/engines/cruise/dataLoader.cpp @@ -467,7 +467,7 @@ int loadSetEntry(const char *name, uint8 *ptr, int currentEntryIdx, int currentD ptr5 += resourceSize; switch (localBuffer.type) { - case 0: + case 0: // polygon { filesDatabase[fileIndex].subData.resourceType = 8; filesDatabase[fileIndex].subData.index = currentEntryIdx; |