aboutsummaryrefslogtreecommitdiff
path: root/gob/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/draw.cpp')
-rw-r--r--gob/draw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gob/draw.cpp b/gob/draw.cpp
index 480d8b016d..2ea12fc3d4 100644
--- a/gob/draw.cpp
+++ b/gob/draw.cpp
@@ -604,7 +604,7 @@ void draw_animateCursor(int16 cursor) {
draw_cursorAnim++;
draw_cursorTimeKey = util_getTimeKey();
} else {
-/* if(draw_noInvalidated &&
+/* if (draw_noInvalidated &&
inter_mouseX == draw_cursorX && inter_mouseY == draw_cursorY)
return;*/
}
@@ -696,7 +696,7 @@ void draw_interPalLoad(void) {
draw_unusedPalette1[i] = *inter_execPtr;
continue;
}
- //if(*inter_execPtr != 0)
+ //if (*inter_execPtr != 0)
// var_B = 0;
ind1 = *inter_execPtr >> 4;