about summary refs log tree commit diff
path: root/src/game/client/gc_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gc_client.h')
-rw-r--r--src/game/client/gc_client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/client/gc_client.h b/src/game/client/gc_client.h
index 66d52292..bb684830 100644
--- a/src/game/client/gc_client.h
+++ b/src/game/client/gc_client.h
@@ -35,7 +35,6 @@ struct snapstate
 
 extern snapstate netobjects;
 
-extern char server_motd[900]; // FUGLY
 /*
 extern const NETOBJ_PLAYER_CHARACTER *local_character;
 extern const NETOBJ_PLAYER_CHARACTER *local_prev_character;
@@ -86,6 +85,10 @@ bool chat_input_handle(INPUT_EVENT e, void *user_data);
 extern char broadcast_text[1024];
 extern int64 broadcast_time;
 
+// motd
+extern int64 server_motd_time;
+extern char server_motd[900]; // FUGLY
+
 // line input helter
 class line_input
 {