Attempt to fix Travis missing initializer warnings
This commit is contained in:
parent
b07810608a
commit
844cfc5fbf
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue