aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-01-08 08:29:55 +0000
committerTorbjörn Andersson2004-01-08 08:29:55 +0000
commitd9e67812e8764cc0e8fac568ed9c699436a1b564 (patch)
tree35983d566bec8801024cb3cf8911132f91f79f4e /sword1
parent6222d6e643ed1a2c73ae9037bcd6b677c917f420 (diff)
downloadscummvm-rg350-d9e67812e8764cc0e8fac568ed9c699436a1b564.tar.gz
scummvm-rg350-d9e67812e8764cc0e8fac568ed9c699436a1b564.tar.bz2
scummvm-rg350-d9e67812e8764cc0e8fac568ed9c699436a1b564.zip
Changed spaces to tabs.
svn-id: r12235
Diffstat (limited to 'sword1')
-rw-r--r--sword1/sword1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 6adba5702d..c547291270 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -1149,7 +1149,7 @@ uint8 SwordEngine::mainLoop(void) {
if (newTime - frameTime < 1000 / FRAME_RATE) {
scrollFrameShown = _screen->showScrollFrame();
int32 restDelay = (1000 / (FRAME_RATE * 2)) - (_system->get_msecs() - frameTime);
- if (restDelay > 0)
+ if (restDelay > 0)
delay((uint)restDelay);
}