aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/background.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/background.cpp')
-rw-r--r--engines/cruise/background.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cruise/background.cpp b/engines/cruise/background.cpp
index c375b37b1b..f23c331eb8 100644
--- a/engines/cruise/background.cpp
+++ b/engines/cruise/background.cpp
@@ -98,8 +98,7 @@ int loadBackground(char *name, int idx) {
backgroundPtrtable[idx] =
(uint8 *) mallocAndZero(320 * 200 /*64000 */ );
}
-/* else
- {
+/* else {
backgroundPtrtable[idx] = hwMemAddr[idx];
} */
}