aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl_v2.h')
-rw-r--r--engines/adl/adl_v2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/adl/adl_v2.h b/engines/adl/adl_v2.h
index fe0c781f44..f0af9eba22 100644
--- a/engines/adl/adl_v2.h
+++ b/engines/adl/adl_v2.h
@@ -59,6 +59,7 @@ protected:
void loadPictures(Common::ReadStream &stream);
void loadItemPictures(Common::ReadStream &stream, byte count);
virtual bool isInventoryFull() { return false; }
+ int askForSlot(const Common::String &question);
void checkTextOverflow(char c);
@@ -91,8 +92,6 @@ protected:
byte _roomOnScreen, _picOnScreen, _itemsOnScreen;
private:
- int askForSlot(const Common::String &question);
-
Common::RandomSource *_random;
};