aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-10-22 09:20:47 +0000
committerTravis Howell2003-10-22 09:20:47 +0000
commit48b9e18086d1b1518a73164d03f10c9229e9ed81 (patch)
tree3fe392cb18fd459b657c82e1fbcb1b64a25f1a9b /simon
parent3d229f6c8cb37a7263e0926e91ee37f7d833f40c (diff)
downloadscummvm-rg350-48b9e18086d1b1518a73164d03f10c9229e9ed81.tar.gz
scummvm-rg350-48b9e18086d1b1518a73164d03f10c9229e9ed81.tar.bz2
scummvm-rg350-48b9e18086d1b1518a73164d03f10c9229e9ed81.zip
Remove comments
svn-id: r10941
Diffstat (limited to 'simon')
-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++)