diff options
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r-- | engines/fullpipe/scenes.h | 6 |
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; |