diff options
| author | oy <Tom_Adams@web.de> | 2012-01-09 02:02:02 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-09 02:02:02 +0100 |
| commit | 590dbac239768d9ddb8712111b60c783431021d5 (patch) | |
| tree | 9c45e132f349ca9ccb240084a2a62fe7ee1c41ab /src/versionsrv/versionsrv.h | |
| parent | 40735202143f8c4d2a539d1d81362c0c22e9324b (diff) | |
| download | zcatch-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.h | 2 |
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'}; |