aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-10-28 01:56:25 +0000
committerTravis Howell2004-10-28 01:56:25 +0000
commit7aa3cded0854a9bb59f27248ac99a90142f44dca (patch)
treee6c50076e0113d844271bb93116785e986a32f58
parent213c4093bac6954e17be4311d9a7840402764780 (diff)
downloadscummvm-rg350-7aa3cded0854a9bb59f27248ac99a90142f44dca.tar.gz
scummvm-rg350-7aa3cded0854a9bb59f27248ac99a90142f44dca.tar.bz2
scummvm-rg350-7aa3cded0854a9bb59f27248ac99a90142f44dca.zip
Remove stray
svn-id: r15692
-rw-r--r--saga/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 8f4d5fa4b4..d03a67d1fe 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -415,7 +415,7 @@ int Scene::getSceneLUT(int scene_num) {
assert((scene_num > 0) && (scene_num < _sceneMax));
return _sceneLUT[scene_num];
-};
+}
int Scene::loadScene(int scene_num, int load_flag, SCENE_PROC scene_proc, SCENE_DESC *scene_desc_param, int fadeType) {
SCENE_INFO scene_info;