(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.

This commit is contained in:
peter1138
2008-04-23 12:03:47 +00:00
parent fff763b5ce
commit 24cccc8333
3 changed files with 45 additions and 40 deletions

View File

@@ -1455,6 +1455,7 @@ static void MakeSortedSaveGameList()
case FIOS_TYPE_DIR: sort_start++; break;
case FIOS_TYPE_PARENT: sort_start++; break;
case FIOS_TYPE_DRIVE: sort_end++; break;
default: break;
}
}