(svn r20289) -Codechange: Unify fall through coding style.

This commit is contained in:
terkhen
2010-08-01 20:52:11 +00:00
parent 7b62e4dc8e
commit 80c43f52e8
13 changed files with 24 additions and 16 deletions

View File

@@ -658,7 +658,7 @@ public:
this->selected = NULL;
_load_check_data.Clear();
BuildFileList();
/* FALL THROUGH */
/* FALL THROUGH */
case 1:
/* Selection changes */
if (_saveload_mode == SLD_LOAD_GAME || _saveload_mode == SLD_LOAD_SCENARIO) {