aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-03-18 17:11:37 +0000
committerAndrew Kurushin2005-03-18 17:11:37 +0000
commit3025db0d07c9bfa9f8cda8ff49847287230f166d (patch)
treebc9d21940950460dce0f3bfaf35c311fd3c30430 /saga/scene.h
parentb4ed62e1ad7ed6f3d4d68b8e34a9263229d14dad (diff)
downloadscummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.gz
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.bz2
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.zip
- changescene on fair for tents
- some memory deallocation fixup todo: fix follower stuckiness in tents svn-id: r17180
Diffstat (limited to 'saga/scene.h')
-rw-r--r--saga/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.h b/saga/scene.h
index 5acffbf074..437f98302b 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -254,7 +254,7 @@ class Scene {
void getSlopes(int &beginSlope, int &endSlope);
int clearSceneQueue(void);
- int changeScene(int sceneNumber, int actorsEntrance);
+ int changeScene(int sceneNumber, int actorsEntrance, int fadeIn = SCENE_NOFADE);
bool initialized() { return _initialized; }