summaryrefslogtreecommitdiff
path: root/src/PowderToy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PowderToy.cpp')
-rw-r--r--src/PowderToy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp
index a13a817..2918a05 100644
--- a/src/PowderToy.cpp
+++ b/src/PowderToy.cpp
@@ -67,7 +67,7 @@ int main(int argc, char * argv[])
ui::Engine::Ref().g->AttachSDLSurface(SDLOpen());
ui::Engine * engine = &ui::Engine::Ref();
- engine->Begin(XRES, YRES);
+ engine->Begin(XRES+BARSIZE, YRES+MENUSIZE);
GameController * gameController = new GameController();
engine->ShowWindow(gameController->GetView());