aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-22 22:33:34 +0300
committerEugene Sandulenko2016-07-22 22:33:34 +0300
commitf68ef3ce28dd9f013c885a0fab6718162b8db7b7 (patch)
tree770f667981863abceea7c87b088f19c33d53738d /engines/fullpipe/scenes.h
parent499e5ab3ea5b4528215f53b21a92d9ec8734a7a5 (diff)
downloadscummvm-rg350-f68ef3ce28dd9f013c885a0fab6718162b8db7b7.tar.gz
scummvm-rg350-f68ef3ce28dd9f013c885a0fab6718162b8db7b7.tar.bz2
scummvm-rg350-f68ef3ce28dd9f013c885a0fab6718162b8db7b7.zip
FULLPIPE: Renames in Behavior code
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 0b7c4e7c8f..17ef5c3140 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -26,7 +26,7 @@
namespace Fullpipe {
struct Bat;
-struct BehaviorEntryInfo;
+struct BehaviorMove;
struct Hanger;
class MGM;
class MctlLadder;
@@ -346,12 +346,12 @@ public:
int scene06_sceneClickX;
int scene06_sceneClickY;
int scene06_mumsyPos;
- BehaviorEntryInfo *scene06_mumsyJumpBk;
- BehaviorEntryInfo *scene06_mumsyJumpFw;
+ BehaviorMove *scene06_mumsyJumpBk;
+ BehaviorMove *scene06_mumsyJumpFw;
int scene06_mumsyJumpBkPercent;
int scene06_mumsyJumpFwPercent;
- BehaviorEntryInfo *scene07_lukeAnim;
+ BehaviorMove *scene07_lukeAnim;
int scene07_lukePercent;
StaticANIObject *scene07_plusMinus;