Shared: NSLog should just take whatever N args

This commit is contained in:
Marco Cawthorne 2022-07-20 16:48:41 -07:00
parent df738da436
commit bda01e0f0f
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ _NSLog(string msg)
if (cvar("g_developer") == 1)
print(sprintf("%f %s\n", time, msg));
}
#define NSLog(x, ...) _NSLog(sprintf(x, __VA_ARGS__))
#define NSLog(...) _NSLog(sprintf(__VA_ARGS__))
enumflags
{