Disabled debug output. (I really need to get the debug message level to

work for BS2! :-)

svn-id: r9906
This commit is contained in:
Torbjörn Andersson 2003-08-29 06:46:52 +00:00
parent 33f9cb35a3
commit fb060c6cbd

View File

@ -265,7 +265,7 @@ void Build_display(void) //Tony21Sept96
if (SVM_timeGetTime() > cycleTime)
{
fps = frameCount;
debug(0, "FPS: %d", fps);
debug(2, "FPS: %d", fps);
frameCount = 0;
cycleTime = SVM_timeGetTime()+1000;
}