summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 22:45:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 22:45:52 +0300
commitac3ccda23ac4b5c69e15147b8082d90df2ac23de (patch)
tree593f2899e1891d8c5a6af47349570fb793e7ff79 /src/gui/viewport.h
parent6849c5919c02b4cf97de91c801b542e36eb089ce (diff)
downloadplus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.gz
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.bz2
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.xz
plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.zip
Move spells and graphics related constants into separate files.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index 61fb87c02..a3434b00d 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -43,9 +43,6 @@ class Graphics;
class Map;
class MapItem;
-/** Delay between two mouse calls when dragging mouse and move the player */
-const int walkingMouseDelay = 500;
-
/**
* The viewport on the map. Displays the current map and handles mouse input
* and the popup menu.