Fix spelling, cleanup

svn-id: r49843
This commit is contained in:
Max Horn 2010-06-15 12:33:20 +00:00
parent 7a5ce0eddd
commit 651e2760a3
32 changed files with 48 additions and 48 deletions

View file

@ -468,7 +468,7 @@ Boolean StartScummVM(Int16 engine) {
return false;
}
// reset mode if screen rotation occured (DIA only)
// reset mode if screen rotation occurred (DIA only)
if (!direct && OPTIONS_TST(kOptCollapsible)) {
UInt8 mode = PalmScreenSize(0,0, &(gVars->screenFullWidth), &(gVars->screenFullHeight));
OPTIONS_RST(kOptModeLandscape);