diff options
Diffstat (limited to 'engines/cruise/ctp.cpp')
-rw-r--r-- | engines/cruise/ctp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/ctp.cpp b/engines/cruise/ctp.cpp index b45b6dc866..3c81c4d561 100644 --- a/engines/cruise/ctp.cpp +++ b/engines/cruise/ctp.cpp @@ -154,7 +154,7 @@ void makeCtStruct(uint8* str, int16 table[][40], int num, int z) { a1 = a2 = (int16*)str; a2 += sizeof(int16*) / sizeof(int16) + 6; // skip header - + int16* XArray = XMIN_XMAX; int minY = *XArray++; @@ -179,7 +179,7 @@ void makeCtStruct(uint8* str, int16 table[][40], int num, int z) { adrStructPoly = (uint8*)a2; *(uint16**)a2 = (uint16*)-1; //chained list terminator - + a1+=sizeof(int16*); *a1++=num; *a1++=walkboxColor[num]; |