2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

index on master: c914ba5b Merge branch 'rarified/directoryreorg' closes #6

This commit is contained in:
rarified
2021-06-27 10:01:36 -06:00
parent c914ba5bac
commit f57ce3a775
2 changed files with 5 additions and 5 deletions

View File

@ -597,7 +597,7 @@ void DebugMsgV (const char fmt[], va_list args);
#ifdef PLASMA_EXTERNAL_RELEASE
#define hsStatusMessage(x) NULL_STMT
#define hsStatusMessageF(x,y) NULL_STMT
#define hsStatusMessageF(x, ...) NULL_STMT
#else /* Not external release */