aboutsummaryrefslogtreecommitdiff
path: root/kyra/kyra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/kyra.cpp')
-rw-r--r--kyra/kyra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp
index 2aed994d55..595d820e54 100644
--- a/kyra/kyra.cpp
+++ b/kyra/kyra.cpp
@@ -235,7 +235,7 @@ int KyraEngine::go() {
_midiDriver->playTrack(3);
}
- while(true) {
+ while (true) {
OSystem::Event event;
//if (_debugger->isAttached())
// _debugger->onFrame();