mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +00:00
clarify previous commit about a msvc warning
This commit is contained in:
parent
f3f93d37cd
commit
6c150e2301
@ -526,7 +526,7 @@ TITLE_RESULT show_title(game_display& screen, config& tips_of_day)
|
||||
update_whole_screen();
|
||||
background_is_dirty_ = false;
|
||||
|
||||
titlescreen_handler ts_handler(key[SDLK_ESCAPE] != false);
|
||||
titlescreen_handler ts_handler(key[SDLK_ESCAPE] != 0); //!= 0 to avoid a MSVC warning C4800
|
||||
|
||||
LOG_DP << "entering interactive loop...\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user