aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/simon/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/intern.h b/engines/simon/intern.h
index 90aeec1a8c..d197f70f53 100644
--- a/engines/simon/intern.h
+++ b/engines/simon/intern.h
@@ -92,7 +92,7 @@ struct FillOrCopyStruct {
uint16 textColumn, textRow;
uint16 scrollY;
uint8 textColumnOffset, textLength, textMaxLength;
- uint8 fill_color, text_color, unk5;
+ uint8 fill_color, text_color, unk5;
FillOrCopyData *fcs_data;
FillOrCopyStruct() { memset(this, 0, sizeof(*this)); }
};