aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-01 20:45:45 +0000
committerGregory Montoir2003-11-01 20:45:45 +0000
commit885fd48a6663b014924e858720b349d432ad1709 (patch)
tree6bb243d908dda0e1f9ff2ab6559d1d07fc33ab8a /queen/graphics.h
parent3e267ba5f969606cf7ebfb3a7f4ec8fb8205d86a (diff)
downloadscummvm-rg350-885fd48a6663b014924e858720b349d432ad1709.tar.gz
scummvm-rg350-885fd48a6663b014924e858720b349d432ad1709.tar.bz2
scummvm-rg350-885fd48a6663b014924e858720b349d432ad1709.zip
rename Queen::GameSettings to Queen::GameConfig
svn-id: r11031
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 6db13c1c18..e57880e35e 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -158,9 +158,9 @@ public:
void loadBackdrop(const char *name, uint16 room);
void loadPanel();
- void useJournal(GameSettings *settings);
+ void useJournal(GameConfig *cfg);
void journalBobSetup(uint32 bobnum, uint16 x, uint16 y, uint16 frame);
- void journalBobPreDraw(GameSettings *settings);
+ void journalBobPreDraw(GameConfig *cfg);
void cameraBob(int bobNum) { _cameraBob = bobNum; }
int cameraBob() const { return _cameraBob; }