aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cruise/function.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp
index f2d3ab0003..f07c8b5a92 100644
--- a/engines/cruise/function.cpp
+++ b/engines/cruise/function.cpp
@@ -36,10 +36,10 @@ struct actorTableStruct {
typedef struct actorTableStruct actorTableStruct;
actorTableStruct actorTable1[] = {
- { 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
- { 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
- { 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
- {-38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
+ { { 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { { 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { { 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { {-38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
};
int16 Op_LoadOverlay(void) {