Automatically mark -release builds as not prototype.

This commit is contained in:
EliteMasterEric 2024-05-01 12:56:13 -04:00
parent 16c595b1ff
commit afdd28dbe2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Constants
* A suffix to add to the game version.
* Add a suffix to prototype builds and remove it for releases.
*/
public static final VERSION_SUFFIX:String = ' PROTOTYPE';
public static final VERSION_SUFFIX:String = #if (DEBUG || FORCE_DEBUG_VERSION) ' PROTOTYPE' #else '' #end;
#if (debug || FORCE_DEBUG_VERSION)
static function get_VERSION():String