aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-06-30 09:36:04 +0200
committerBorja Lorente2016-08-14 18:43:14 +0200
commit03a9ad4899f19de262a9eed6c9c50219ba44d466 (patch)
treee9867112f42e80c3b99c65f2362be8e992226a7d /engines/macventure/gui.cpp
parent517aceefcb397ccda476dc7e2b02d6da5595e4fd (diff)
downloadscummvm-rg350-03a9ad4899f19de262a9eed6c9c50219ba44d466.tar.gz
scummvm-rg350-03a9ad4899f19de262a9eed6c9c50219ba44d466.tar.bz2
scummvm-rg350-03a9ad4899f19de262a9eed6c9c50219ba44d466.zip
MACVENTURE: Fix game detection
Diffstat (limited to 'engines/macventure/gui.cpp')
-rw-r--r--engines/macventure/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp
index 15d573b6a8..3d38be508b 100644
--- a/engines/macventure/gui.cpp
+++ b/engines/macventure/gui.cpp
@@ -1174,7 +1174,7 @@ BorderBounds Gui::borderBounds(MVWindowType type) {
case MacVenture::kPlainDBox:
return BorderBounds(6, 6, 6, 6);
case MacVenture::kAltBox:
- return BorderBounds(8, 9, 11, 10); // For now, I'll stick to the original bmp, it's gorgeous
+ return BorderBounds(8, 9, 11, 10);
break;
case MacVenture::kNoGrowDoc:
return BorderBounds(1, 17, 1, 1);