diff options
-rw-r--r-- | saga/actor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp index 2a4654e102..6f906b565d 100644 --- a/saga/actor.cpp +++ b/saga/actor.cpp @@ -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) { |