src/settings.cpp
changeset 10015 2b721243365f
parent 10008 fca6f9cf02ac
child 10026 ed381cc06495
equal deleted inserted replaced
10014:13c9ede0ae49 10015:2b721243365f
  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 {