mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-23 13:02:18 +00:00
change engine version to "dhewm3 SDK 1.5.x"
it's only shown in the g_version CVar, but if we have this constant in the SDK make it show something sensible.. and this SDK code should be compatible with all dhewm 1.5.x releases (=> dhewm3 version will be bumped to 1.6.x if game API compatibility is broken)
This commit is contained in:
parent
1fe2a59637
commit
e340c5fd87
1 changed files with 2 additions and 3 deletions
|
@ -36,14 +36,13 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#if defined(__AROS__)
|
||||
#define GAME_NAME "ADoom3" // appears on window titles and errors
|
||||
#define ENGINE_VERSION "dhewm3 1.4.1" // printed in console
|
||||
#define CONFIG_FILE "adoom3.cfg"
|
||||
#else
|
||||
#define GAME_NAME "dhewm 3" // appears on window titles and errors
|
||||
|
||||
#define ENGINE_VERSION "dhewm 3 1.4.1" // printed in console
|
||||
#endif
|
||||
|
||||
#define ENGINE_VERSION "dhewm3 SDK 1.5.x" // only used for g_version in game DLLs
|
||||
|
||||
// paths
|
||||
#define BASE_GAMEDIR "base"
|
||||
|
||||
|
|
Loading…
Reference in a new issue