aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/groovie.cpp')
-rw-r--r--engines/groovie/groovie.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index bbae45da3a..554ae792de 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -136,7 +136,7 @@ Common::Error GroovieEngine::init() {
return Common::kUnknownError;
}
}
-
+
// Check the script file extension
if (!filename.hasSuffix(".grv")) {
error("%s isn't a valid script filename", filename.c_str());
@@ -162,7 +162,7 @@ Common::Error GroovieEngine::init() {
Common::Error GroovieEngine::go() {
// Check that the game files and the audio tracks aren't together run from
// the same cd
-
+
checkCD();
// Game timer counter
@@ -224,7 +224,7 @@ Common::Error GroovieEngine::go() {
_cursorMan->animate();
_system->updateScreen();
tmr++;
- // Wait a little bit between increments. While mouse is moving, this triggers
+ // Wait a little bit between increments. While mouse is moving, this triggers
// only negligably slower.
if (tmr > 4) {
_script.timerTick();
@@ -280,4 +280,4 @@ void GroovieEngine::waitForInput() {
_waitingForInput = true;
}
-} // End of namespace Groovie
+} // End of namespace Groovie