diff options
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 50b891c0..12936807 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -46,7 +46,7 @@ // Guichan stuff Gui *gui; -Viewport *viewport; +Viewport *viewport; /**< Viewport on the map. */ SDLInput *guiInput; // Fonts used in showing hits |