summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorAndrej Sinicyn <andrej4000@gmail.com>2005-08-01 07:21:41 +0000
committerAndrej Sinicyn <andrej4000@gmail.com>2005-08-01 07:21:41 +0000
commit15e4760a93edd430053cbad5d638b68593b61bc0 (patch)
tree09d5446aa77ad63a58e58c27aa673d80afbf9daf /src/game.h
parent29d6fcc83972ce7b862b7abd0cc7652602cc390e (diff)
downloadmana-client-15e4760a93edd430053cbad5d638b68593b61bc0.tar.gz
mana-client-15e4760a93edd430053cbad5d638b68593b61bc0.tar.bz2
mana-client-15e4760a93edd430053cbad5d638b68593b61bc0.tar.xz
mana-client-15e4760a93edd430053cbad5d638b68593b61bc0.zip
Show the name of the trade partner in the trade dialog.
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 70191296..a3941c89 100644
--- a/src/game.h
+++ b/src/game.h
@@ -41,6 +41,7 @@
#define SE 7
extern char map_path[480];
+extern char tradePartnerName[24];
extern int fps, frame, current_npc;
extern volatile int tick_time;
extern int server_tick;