mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-17 01:31:47 +00:00
dhewm3 1.5.0rc1, link Mods/SDK repo in README
I decided that the next version will be 1.5.0 (not 1.4.2), because the game DLL interface has changed since 1.4.1
This commit is contained in:
parent
4e2f2c6241
commit
a2c99f9fca
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ altering the original gameplay.
|
|||
|
||||
**The official homepage is:** https://dhewm3.org
|
||||
|
||||
**Mods supported by dhewm3:** https://github.com/dhewm/dhewm3-sdk
|
||||
|
||||
**The project is hosted at:** https://github.com/dhewm
|
||||
|
||||
**Download the latest release:** https://github.com/dhewm/dhewm3/releases/latest
|
||||
|
|
|
@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#define GAME_NAME "dhewm 3" // appears on window titles and errors
|
||||
#endif
|
||||
|
||||
#define ENGINE_VERSION "dhewm 3 1.4.2pre" // printed in console
|
||||
#define ENGINE_VERSION "dhewm3 1.5.0rc1" // printed in console
|
||||
|
||||
// paths
|
||||
#define BASE_GAMEDIR "base"
|
||||
|
|
Loading…
Reference in a new issue