mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00:00
buildinfo: remove XASH_RELEASE
This commit is contained in:
parent
dcf64c6b33
commit
9c3e8f7e48
@ -133,8 +133,6 @@ const char *Q_buildcommit( void )
|
|||||||
{
|
{
|
||||||
#ifdef XASH_BUILD_COMMIT
|
#ifdef XASH_BUILD_COMMIT
|
||||||
return XASH_BUILD_COMMIT;
|
return XASH_BUILD_COMMIT;
|
||||||
#elif defined(XASH_RELEASE) // don't check it elsewhere to avoid random bugs
|
|
||||||
return "release";
|
|
||||||
#else
|
#else
|
||||||
return "notset";
|
return "notset";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user