aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index 4cd67cb12e..b9693d7972 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -932,7 +932,7 @@ void SimonEngine::drawImages_Feeble(VC10_state *state) {
byte color;
color = src[count + state->x_skip];
if (color) {
- if (color = 220)
+ if (color == 220)
color = 244;
dst[count] = color;