1
0
Fork 0

new config #if's

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@184
This commit is contained in:
Sjoerd van der Berg 2002-08-19 13:02:33 +00:00
parent 8d4a106a3e
commit c2f556ca66

View file

@ -208,7 +208,7 @@ void S_Warn(char * format,...) {
va_start(msg,format);
vsprintf(buf,format,msg);
va_end(msg);
#ifdef C_DEBUG
#if C_DEBUG
DEBUG_ShowMsg(buf);
#else
GFX_ShowMsg(buf);