mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
Removed unused variable
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
|
||||
namespace Shared {
|
||||
const std::string GameVersionString = GAME_VERSION;
|
||||
const std::string LastCompatibleVersionString = LAST_COMPATIBLE_VERSION;
|
||||
const std::string G3DViewerVersionString = G3D_VIEWER_VERSION;
|
||||
const std::string MapEditorVersionString = MAP_EDITOR_VERSION;
|
||||
} //end namespace
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#define GAME_VERSION "ZetaGlest 1.0"
|
||||
#define LAST_COMPATIBLE_VERSION "ZetaGlest 1.0"
|
||||
#define G3D_VIEWER_VERSION "1.0"
|
||||
#define MAP_EDITOR_VERSION "1.0"
|
||||
|
Reference in New Issue
Block a user