aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/object.h
diff options
context:
space:
mode:
authorVincent Hamm2007-12-20 14:30:51 +0000
committerVincent Hamm2007-12-20 14:30:51 +0000
commit564fc06cf7196f44c46be24d15c18da0c4992795 (patch)
tree664974b88411aee15b30751b7a22ce9ee4e68c9d /engines/cruise/object.h
parent6d37f5ccd8a2f5859ec69bd4924bc50eb4293464 (diff)
downloadscummvm-rg350-564fc06cf7196f44c46be24d15c18da0c4992795.tar.gz
scummvm-rg350-564fc06cf7196f44c46be24d15c18da0c4992795.tar.bz2
scummvm-rg350-564fc06cf7196f44c46be24d15c18da0c4992795.zip
Multiple fix/cleanup
One bug remains before the game is completable without hack svn-id: r29920
Diffstat (limited to 'engines/cruise/object.h')
-rw-r--r--engines/cruise/object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cruise/object.h b/engines/cruise/object.h
index ecfc61d879..57c5287cf4 100644
--- a/engines/cruise/object.h
+++ b/engines/cruise/object.h
@@ -43,9 +43,9 @@ struct objectParamsQuery {
int16 baseFileIdx;
int16 fileIdx;
int16 scale;
- int16 var5;
- int16 var6;
- int16 var7;
+ int16 state;
+ int16 state2;
+ int16 nbState;
};
objDataStruct *getObjectDataFromOverlay(int ovlIdx, int objIdx);