equal
deleted
inserted
replaced
1059 return 0; |
1059 return 0; |
1060 } |
1060 } |
1061 |
1061 |
1062 /** Conversion callback for _gameopt_settings_game.landscape |
1062 /** Conversion callback for _gameopt_settings_game.landscape |
1063 * It converts (or try) between old values and the new ones, |
1063 * It converts (or try) between old values and the new ones, |
1064 * without loosing initial setting of the user |
1064 * without losing initial setting of the user |
1065 * @param value that was read from config file |
1065 * @param value that was read from config file |
1066 * @return the "hopefully" converted value |
1066 * @return the "hopefully" converted value |
1067 */ |
1067 */ |
1068 static int32 ConvertLandscape(const char *value) |
1068 static int32 ConvertLandscape(const char *value) |
1069 { |
1069 { |