aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 310480d2e1..ca102e237c 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -233,7 +233,8 @@ bool LureEngine::loadGame(uint8 slotNumber) {
}
// Read in and discard the savegame caption
- while (f->readByte() != 0) ;
+ while (f->readByte() != 0)
+ ;
// Load in the data
Resources::getReference().loadFromStream(f);