Attempt to fix Travis missing initializer warnings

This commit is contained in:
Celtic Minstrel 2016-09-08 16:49:45 -04:00
parent b07810608a
commit 844cfc5fbf

View file

@ -765,8 +765,8 @@ void part_ui::render_story_box()
last_key_ = true;
font::ttext t;
bool scan_finished = false;
SDL_Rect scan = {};
SDL_Rect dstrect = {};
SDL_Rect scan{};
SDL_Rect dstrect{};
while(true) {