(svn r3732) - Fix two warnings. Stupid MSVC didn't even complain :s (Thank Tron and peter1138)

- NOTE! There are a few warnings left in settings_gui because tha callback functions are disabled. I still need a good place for them.
This commit is contained in:
Darkvater
2006-03-02 09:57:28 +00:00
parent 9d54e51ef9
commit 9bbe6876ba
2 changed files with 3 additions and 5 deletions

View File

@@ -961,7 +961,7 @@ static const SettingDesc _music_settings[] = {
extern bool _force_full_redraw, _double_size;
extern uint _display_hz, _fullscreen_bpp;
extern const SettingDescGlobVarList _win32_settings[] = {
static const SettingDescGlobVarList _win32_settings[] = {
SDTG_VAR("display_hz", SLE_UINT, S, 0, _display_hz, 0, 0, 120, STR_NULL, NULL),
SDTG_BOOL("force_full_redraw", S, 0, _force_full_redraw,false, STR_NULL, NULL),
SDTG_VAR("fullscreen_bpp", SLE_UINT, S, 0, _fullscreen_bpp, 8, 8, 32, STR_NULL, NULL),