File diff r24526:74cfd45960ed → r24527:d7a4b00784e2
src/table/misc_settings.ini
Show inline comments
 
@@ -2,13 +2,13 @@
 
; OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
 
; OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
;
 

	
 
[pre-amble]
 
extern char _config_language_file[MAX_PATH];
 
extern std::string _config_language_file;
 

	
 
static const char *_support8bppmodes = "no|system|hardware";
 

	
 
static const SettingDescGlobVarList _misc_settings[] = {
 
[post-amble]
 
};
 
@@ -104,15 +104,15 @@ cat      = SC_EXPERT
 
[SDTG_SSTR]
 
name     = ""blitter""
 
type     = SLE_STRQ
 
var      = _ini_blitter
 
def      = nullptr
 

	
 
[SDTG_STR]
 
[SDTG_SSTR]
 
name     = ""language""
 
type     = SLE_STRB
 
type     = SLE_STR
 
var      = _config_language_file
 
def      = nullptr
 
cat      = SC_BASIC
 

	
 
; workaround for implicit lengthof() in SDTG_LIST
 
[SDTG_LIST]