aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-08-29 06:46:52 +0000
committerTorbjörn Andersson2003-08-29 06:46:52 +0000
commitfb060c6cbdb71caf91d8dac2b8cc046ad364441c (patch)
tree08a777bf7d8c5e7db4b0ea349764ef1e6371c88d /sword2
parent33f9cb35a39604e6e2691e33624050a4ab1bbfd1 (diff)
downloadscummvm-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
Diffstat (limited to 'sword2')
-rw-r--r--sword2/build_display.cpp2
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;
}