aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorD G Turner2011-12-26 23:06:49 +0000
committerD G Turner2011-12-26 23:06:49 +0000
commit72800fac9dab26d1a774a7a76ddc3b7c3c870ccf (patch)
treeca202e590864b965cf9025046b0fff5bdb920b23 /engines/dreamweb/stubs.h
parent6a7e798f465afb0f188b85664dee5ae2cda93a4a (diff)
downloadscummvm-rg350-72800fac9dab26d1a774a7a76ddc3b7c3c870ccf.tar.gz
scummvm-rg350-72800fac9dab26d1a774a7a76ddc3b7c3c870ccf.tar.bz2
scummvm-rg350-72800fac9dab26d1a774a7a76ddc3b7c3c870ccf.zip
DREAMWEB: Improved 'getKeyAndLogo' function signature.
This removes a remaining al usage.
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 9cbb286022..ce2fefb615 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -90,7 +90,7 @@
bool execCommand();
void identifyOb();
void selectOb();
- void getKeyAndLogo();
+ bool getKeyAndLogo();
void read();
void dirCom();
void searchForString();