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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/background.cpp b/engines/cruise/background.cpp
index f23c331eb8..b1ea1ed644 100644
--- a/engines/cruise/background.cpp
+++ b/engines/cruise/background.cpp
@@ -93,7 +93,7 @@ int loadBackground(char *name, int idx) {
printf("Loading BG: %s\n", name);
if (!backgroundPtrtable[idx]) {
- //if(!gfxModuleData.useEGA && !gfxModuleData.useVGA)
+ //if (!gfxModuleData.useEGA && !gfxModuleData.useVGA)
{
backgroundPtrtable[idx] =
(uint8 *) mallocAndZero(320 * 200 /*64000 */ );
@@ -174,7 +174,7 @@ int loadBackground(char *name, int idx) {
}
}
- //if(ptrToFree != gfxModuleData.pPage10)
+ //if (ptrToFree != gfxModuleData.pPage10)
// free(ptrToFree);
if (gfxModuleData.useEGA || gfxModuleData.useTandy) {