summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-10 14:29:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-10 14:29:17 +0300
commit69eed0d99caea86486206f8d45705827f7a6fe19 (patch)
tree426c59b2e6cbf7724ad4a44d00df6c59fa1e0471 /src/gui/gui.cpp
parentad5bfca7d5df9201e5460e68ca149674bac5ac2c (diff)
downloadManaVerse-69eed0d99caea86486206f8d45705827f7a6fe19.tar.gz
ManaVerse-69eed0d99caea86486206f8d45705827f7a6fe19.tar.bz2
ManaVerse-69eed0d99caea86486206f8d45705827f7a6fe19.tar.xz
ManaVerse-69eed0d99caea86486206f8d45705827f7a6fe19.zip
Add mouse move simulation. After char id to name mapping received, simulate mouse move.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 330f2c54b..ea527e3ef 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -100,11 +100,7 @@
#include "debug.h"
-// Guichan stuff
Gui *gui = nullptr;
-SDLInput *guiInput = nullptr;
-
-// Bolded font
Font *boldFont = nullptr;
Gui::Gui() :