aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-07-24 23:42:03 +0200
committerStrangerke2011-07-24 23:42:03 +0200
commit82adc025ea451f1fce2c0e0eed03d6e48a51e152 (patch)
tree71e656cefd40b125bc5043b7f5e96f2fe280f603 /engines/cge/vmenu.cpp
parentc728a53148d436cfebb33d58a75f3146980a39e0 (diff)
downloadscummvm-rg350-82adc025ea451f1fce2c0e0eed03d6e48a51e152.tar.gz
scummvm-rg350-82adc025ea451f1fce2c0e0eed03d6e48a51e152.tar.bz2
scummvm-rg350-82adc025ea451f1fce2c0e0eed03d6e48a51e152.zip
CGE: Remove DrvInfo, rename some enums
Diffstat (limited to 'engines/cge/vmenu.cpp')
-rw-r--r--engines/cge/vmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.cpp b/engines/cge/vmenu.cpp
index 2c22625ae3..f846b3d061 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -90,7 +90,7 @@ int Vmenu::_recent = -1;
Vmenu::Vmenu(CGEEngine *vm, Choice *list, int x, int y)
- : Talk(vm, VMGather(list), RECT), _menu(list), _bar(NULL), _vm(vm) {
+ : Talk(vm, VMGather(list), kTBRect), _menu(list), _bar(NULL), _vm(vm) {
Choice *cp;
_addr = this;