diff -r 6d64230b9fb9 -r 51bff16a04c9 src/main_gui.cpp --- a/src/main_gui.cpp Thu Dec 18 18:47:39 2008 +0000 +++ b/src/main_gui.cpp Fri Dec 19 01:32:07 2008 +0200 @@ -195,7 +195,7 @@ { MainWindow(int width, int height) : Window(0, 0, width, height, WC_MAIN_WINDOW, NULL) { - InitializeWindowViewport(this, 0, 0, width, height, TileXY(32, 32), ZOOM_LVL_VIEWPORT); + InitializeWindowViewport(this, 0, 0, width, height, TileXY(1, 1), ZOOM_LVL_VIEWPORT); } virtual void OnPaint()