mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
Checked all ActorFrameIds against disassembly
svn-id: r19985
This commit is contained in:
parent
0d30397b01
commit
6bc8719691
@ -58,10 +58,10 @@ enum ActorFrameIds {
|
||||
kFrameITELook = 7,
|
||||
//IHNM
|
||||
kFrameIHNMStand = 0,
|
||||
kFrameIHNMSpeak = 1, //Checked
|
||||
kFrameIHNMSpeak = 1,
|
||||
kFrameIHNMWait = 2,
|
||||
kFrameIHNMGesture = 3,
|
||||
kFrameIHNMWalk = 4 //Checked
|
||||
kFrameIHNMWalk = 4
|
||||
};
|
||||
|
||||
static int commonObjectCompare(const CommonObjectDataPointer& obj1, const CommonObjectDataPointer& obj2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user