aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2008-12-17 00:41:00 +0000
committerSven Hesse2008-12-17 00:41:00 +0000
commit3591f8859ed5fe6ad4cc94671d7d43a52b9f01b6 (patch)
treedaf95d6b5f181ab861776358f5e40b0fc11b46b5 /engines/gob/inter.h
parentadae869c8a227b0da4abf2b2c30b97e7cf1ea7fb (diff)
downloadscummvm-rg350-3591f8859ed5fe6ad4cc94671d7d43a52b9f01b6.tar.gz
scummvm-rg350-3591f8859ed5fe6ad4cc94671d7d43a52b9f01b6.tar.bz2
scummvm-rg350-3591f8859ed5fe6ad4cc94671d7d43a52b9f01b6.zip
Workaround for Urban Runner's CD number detection daftness.
Basically, now we claim to run in no-CD-mode (by pretending "NO_CD.TXT" exists) and open CD2.ITK, CD3.ITK and CD4.ITK manually svn-id: r35407
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index cd59b0a596..7026ed5ab6 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -625,6 +625,7 @@ protected:
void o6_totSub();
void o6_playVmdOrMusic();
+ void o6_openItk();
bool o6_loadCursor(OpFuncParams &params);
bool o6_evaluateStore(OpFuncParams &params);