aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-01-08 20:30:07 +0000
committerAndrew Kurushin2005-01-08 20:30:07 +0000
commitbdb1b1eb1c21faf8dfc00ce4fb57965cdb649d8a (patch)
tree233893d2177e474fb1257b9717be0d83e118cbec /saga/interface.h
parent65a4044203f2d26edb26a7677dd1a6107d24adcb (diff)
downloadscummvm-rg350-bdb1b1eb1c21faf8dfc00ce4fb57965cdb649d8a.tar.gz
scummvm-rg350-bdb1b1eb1c21faf8dfc00ce4fb57965cdb649d8a.tar.bz2
scummvm-rg350-bdb1b1eb1c21faf8dfc00ce4fb57965cdb649d8a.zip
begining of verb implementation
introduced getObjectName svn-id: r16491
Diffstat (limited to 'saga/interface.h')
-rw-r--r--saga/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/interface.h b/saga/interface.h
index 8939566bf6..28f648c7bf 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -150,7 +150,7 @@ struct INTERFACE_PANEL {
int set_button;
int nbuttons;
INTERFACE_BUTTON *buttons;
- SPRITELIST *sprites;
+ SpriteList *sprites;
};
struct INTERFACE_DESC {
@@ -252,8 +252,8 @@ private:
char _statusText[STATUS_TEXT_LEN];
int _leftPortrait;
int _rightPortrait;
- SPRITELIST *_defPortraits;
- SPRITELIST *_scenePortraits;
+ SpriteList *_defPortraits;
+ SpriteList *_scenePortraits;
int _activeVerb;
SCRIPT_THREAD *_iThread;