mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
Remove comments
svn-id: r10941
This commit is contained in:
parent
3d229f6c8c
commit
48b9e18086
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user