summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorMatthias Hartmann <hartmann.matthias@gmail.com>2005-09-17 16:42:34 +0000
committerMatthias Hartmann <hartmann.matthias@gmail.com>2005-09-17 16:42:34 +0000
commitdb1f671668a615c5e1a4f48009708407bbac8d8c (patch)
treeb10ef65f484c27facc224bfc62c360e9caacaa7e /src/game.h
parent7d7ea134637eb06e194068f157d3eead90115631 (diff)
downloadmana-client-db1f671668a615c5e1a4f48009708407bbac8d8c.tar.gz
mana-client-db1f671668a615c5e1a4f48009708407bbac8d8c.tar.bz2
mana-client-db1f671668a615c5e1a4f48009708407bbac8d8c.tar.xz
mana-client-db1f671668a615c5e1a4f48009708407bbac8d8c.zip
Added PVP
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index c76e787e..b85f4266 100644
--- a/src/game.h
+++ b/src/game.h
@@ -37,6 +37,7 @@ extern std::string tradePartnerName;
extern int fps, frame, current_npc;
extern volatile int tick_time;
extern int server_tick;
+extern Being* autoTarget;
extern bool displayPathToMouse;
extern unsigned short startX, startY;