aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-25 14:13:48 +0200
committerFilippos Karapetis2011-12-25 14:13:48 +0200
commite412078319c11206617c8d86d9b6f166b4526287 (patch)
tree795fadde4063f6de4e2fe841145ef32e5978314c /engines/dreamweb/stubs.h
parent5e976490c75ad9fdf11bff8f07dc1985eb56b15e (diff)
downloadscummvm-rg350-e412078319c11206617c8d86d9b6f166b4526287.tar.gz
scummvm-rg350-e412078319c11206617c8d86d9b6f166b4526287.tar.bz2
scummvm-rg350-e412078319c11206617c8d86d9b6f166b4526287.zip
DREAMWEB: Name the return values of getAnyAd
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 0f473c8751..ed0afa4ea9 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -71,8 +71,8 @@
DynObject *getExAd(uint8 index) {
return DreamBase::getExAd(index);
}
- void *getAnyAd(uint8 *value1, uint8 *value2) {
- return DreamBase::getAnyAd(value1, value2);
+ void *getAnyAd(uint8 *slotSize, uint8 *slotCount) {
+ return DreamBase::getAnyAd(slotSize, slotCount);
}
SetObject *getSetAd(uint8 index) {
return DreamBase::getSetAd(index);