about summary refs log tree commit diff
path: root/src/versionsrv/versionsrv.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-09 02:02:02 +0100
committeroy <Tom_Adams@web.de>2012-01-09 02:02:02 +0100
commit590dbac239768d9ddb8712111b60c783431021d5 (patch)
tree9c45e132f349ca9ccb240084a2a62fe7ee1c41ab /src/versionsrv/versionsrv.h
parent40735202143f8c4d2a539d1d81362c0c22e9324b (diff)
downloadzcatch-590dbac239768d9ddb8712111b60c783431021d5.tar.gz
zcatch-590dbac239768d9ddb8712111b60c783431021d5.zip
put the game version constants all together in one file. Closes #870
Diffstat (limited to 'src/versionsrv/versionsrv.h')
-rw-r--r--src/versionsrv/versionsrv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h
index 006a8e4d..383f1ac4 100644
--- a/src/versionsrv/versionsrv.h
+++ b/src/versionsrv/versionsrv.h
@@ -28,8 +28,6 @@ static CMapVersion s_aMapVersionList[] = {
 };
 static const int s_NumMapVersionItems = sizeof(s_aMapVersionList)/sizeof(CMapVersion);
 
-static const unsigned char VERSION_DATA[] = {0x00, 0, 6, 0};
-
 static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};
 static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};