mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Renamed ENGINE_BRANCH back to master
This commit is contained in:
parent
1056b50103
commit
9a99185fe9
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ If you have questions concerning this license or the applicable additional terms
|
|||
// RB: changed home folder so we don't break the savegame of the original game
|
||||
#define SAVE_PATH "\\id Software\\RBDOOM 3 BFG"
|
||||
|
||||
#define ENGINE_VERSION "RBDOOM 3 BFG 1.6.0 preview" // printed in console
|
||||
#define ENGINE_VERSION "RBDOOM 3 BFG 1.6.0" // printed in console
|
||||
// RB end
|
||||
|
||||
// jmarshall
|
||||
#define ENGINE_BRANCH "Masked Software Occlusion Culling"
|
||||
#define ENGINE_BRANCH "master"
|
||||
// jmarshall end
|
||||
|
||||
#ifdef STANDALONE
|
||||
|
|
Loading…
Reference in a new issue