(svn r24193) -Fix (r24191): Also update comments accordingly.

This commit is contained in:
frosch 2012-05-01 15:34:45 +00:00
parent ec73ad1145
commit 599f89e641
1 changed files with 1 additions and 1 deletions

View File

@ -2161,7 +2161,7 @@ static void Load_PATS()
{
/* Copy over default setting since some might not get loaded in
* a networking environment. This ensures for example that the local
* signal_side stays when joining a network-server */
* currency setting stays when joining a network-server */
LoadSettings(_settings, &_settings_game);
}