mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
buildinfo: remove XASH_RELEASE
This commit is contained in:
@@ -133,8 +133,6 @@ const char *Q_buildcommit( void )
|
||||
{
|
||||
#ifdef XASH_BUILD_COMMIT
|
||||
return XASH_BUILD_COMMIT;
|
||||
#elif defined(XASH_RELEASE) // don't check it elsewhere to avoid random bugs
|
||||
return "release";
|
||||
#else
|
||||
return "notset";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user