diff options
author | Torbjörn Andersson | 2003-08-29 06:46:52 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-08-29 06:46:52 +0000 |
commit | fb060c6cbdb71caf91d8dac2b8cc046ad364441c (patch) | |
tree | 08a777bf7d8c5e7db4b0ea349764ef1e6371c88d | |
parent | 33f9cb35a39604e6e2691e33624050a4ab1bbfd1 (diff) | |
download | scummvm-rg350-fb060c6cbdb71caf91d8dac2b8cc046ad364441c.tar.gz scummvm-rg350-fb060c6cbdb71caf91d8dac2b8cc046ad364441c.tar.bz2 scummvm-rg350-fb060c6cbdb71caf91d8dac2b8cc046ad364441c.zip |
Disabled debug output. (I really need to get the debug message level to
work for BS2! :-)
svn-id: r9906
-rw-r--r-- | sword2/build_display.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp index 08783c5874..9c1cfda4a7 100644 --- a/sword2/build_display.cpp +++ b/sword2/build_display.cpp @@ -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; } |