aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-18 19:37:07 +0400
committerEugene Sandulenko2013-09-18 19:39:54 +0400
commit918d2f175a84b8de2255b0df664dd2c792b2c170 (patch)
treec07a9433780ba59fa54caa7909a19580d8192d4a /engines/fullpipe/scenes.h
parent655054fb37eb53b376f63d8cf8839c7bd4550682 (diff)
downloadscummvm-rg350-918d2f175a84b8de2255b0df664dd2c792b2c170.tar.gz
scummvm-rg350-918d2f175a84b8de2255b0df664dd2c792b2c170.tar.bz2
scummvm-rg350-918d2f175a84b8de2255b0df664dd2c792b2c170.zip
FULLPIPE: CGameVar -> GameVar
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index be42838920..5597612aa6 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -31,9 +31,9 @@ class Vars {
public:
Vars();
- CGameVar *swallowedEgg1;
- CGameVar *swallowedEgg2;
- CGameVar *swallowedEgg3;
+ GameVar *swallowedEgg1;
+ GameVar *swallowedEgg2;
+ GameVar *swallowedEgg3;
StaticANIObject *sceneIntro_aniin1man;
bool sceneIntro_needSleep;