aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/disk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/disk.cpp')
-rw-r--r--engines/lure/disk.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/disk.cpp b/engines/lure/disk.cpp
index 838bc7df37..b5465df8d9 100644
--- a/engines/lure/disk.cpp
+++ b/engines/lure/disk.cpp
@@ -144,8 +144,7 @@ uint32 Disk::getEntrySize(uint16 id) {
return size;
}
-MemoryBlock *Disk::getEntry(uint16 id)
-{
+MemoryBlock *Disk::getEntry(uint16 id) {
// Special room area check
uint16 tempId = id & 0x3fff;
if ((tempId == 0x120) || (tempId == 0x311) || (tempId == 8) || (tempId == 0x410)) {