aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a4e5feabce..ac9b12a9e2 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -2877,8 +2877,8 @@ void SimonEngine::o_file_error(FillOrCopyStruct *fcs, bool save_error) {
video_putchar(fcs, *string2);
fcs->textColumn = (fcs->width >> 1) - 3;
- fcs->textRow = fcs->height - 1; //height
- fcs->textLength = 0; // left allign
+ fcs->textRow = fcs->height - 1;
+ fcs->textLength = 0;
string = "[ OK ]";
for (; *string; string++)