aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-12-13 22:00:07 +0100
committerathrxx2011-12-28 00:01:32 +0100
commitcbfdd227a173238cd7069264c2f83bdf247ca1d6 (patch)
treea971714d733b9e2abc0da884ebb2e939aa8ead90 /engines/kyra/lol.h
parent75c0036925107a844d211854f7194aebcbedd718 (diff)
downloadscummvm-rg350-cbfdd227a173238cd7069264c2f83bdf247ca1d6.tar.gz
scummvm-rg350-cbfdd227a173238cd7069264c2f83bdf247ca1d6.tar.bz2
scummvm-rg350-cbfdd227a173238cd7069264c2f83bdf247ca1d6.zip
KYRA: (LOL) - minor reduction of save file size
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index c6d05c45d1..e44857ec2b 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -118,11 +118,11 @@ struct LoLMonsterInPlay {
int8 shiftStep;
uint16 destX;
uint16 destY;
+
uint8 destDirection;
int8 hitOffsX;
int8 hitOffsY;
uint8 currentSubFrame;
-
uint8 mode;
int8 fightCurTick;
uint8 id;
@@ -130,7 +130,6 @@ struct LoLMonsterInPlay {
uint8 facing;
uint16 flags;
uint16 damageReceived;
- //uint8 field_1C;
int16 hitPoints;
uint8 speedTick;
uint8 type;
@@ -152,10 +151,6 @@ struct ItemInPlay {
int8 level;
uint16 itemPropertyIndex;
uint16 shpCurFrame_flg;
- uint8 destDirection;
- int8 hitOffsX;
- int8 hitOffsY;
- uint8 currentSubFrame;
};
struct ItemProperty {