aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-11-07 15:35:42 +0000
committerTorbjörn Andersson2004-11-07 15:35:42 +0000
commit073d0680e1b9ce7cf2de50892ff065716eee3b6f (patch)
tree1228cc4c7241f4351e705c9d0912c2cc96899ad7 /saga/script.h
parentd6cfbdad21fe995b5f2c4e6c3b1b7afb84701d9e (diff)
downloadscummvm-rg350-073d0680e1b9ce7cf2de50892ff065716eee3b6f.tar.gz
scummvm-rg350-073d0680e1b9ce7cf2de50892ff065716eee3b6f.tar.bz2
scummvm-rg350-073d0680e1b9ce7cf2de50892ff065716eee3b6f.zip
Renamed SF_getObjName() to SF_getObjImage() and unstubbed it. (Untested)
svn-id: r15728
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index 19bb4122d5..3cf7c37358 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -270,7 +270,7 @@ private:
int SF_gotoScene(SCRIPTFUNC_PARAMS);
int SF_setObjImage(SCRIPTFUNC_PARAMS);
int SF_setObjName(SCRIPTFUNC_PARAMS);
- int SF_getObjName(SCRIPTFUNC_PARAMS);
+ int SF_getObjImage(SCRIPTFUNC_PARAMS);
int SF_getNumber(SCRIPTFUNC_PARAMS);
int SF_openDoor(SCRIPTFUNC_PARAMS);
int SF_closeDoor(SCRIPTFUNC_PARAMS);