Fix Compile Errors on linux

This commit is contained in:
mr-russ 2003-10-09 22:28:38 +00:00
parent d9fa6ca39c
commit bf0d3a7358

View file

@ -858,7 +858,7 @@ local void VideoEffect0(int frame,
}
#endif
#ifdef _DEBUG
#ifdef DEBUG
/**
** Draw the fonts, for screen shots.
*/
@ -913,7 +913,7 @@ local void DebugDrawFonts(void)
local void WaitForInput(int timeout)
{
EventCallback callbacks;
#ifdef linux
#if defined(linux) && !defined(DEBUG)
char* s;
char ddate[72 + 1];
FILE* ddfile;