aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
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 7db5a79f85..ed335191aa 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -130,7 +130,7 @@ void VMENU::Touch(uint16 mask, int x, int y) {
bool ok = false;
if (Items) {
- SPRITE::Touch(mask, x, y);
+ Sprite::Touch(mask, x, y);
y -= TEXT_VM - 1;
int n = 0;