Skip to content

Commit

Permalink
Fix a Travis compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Sep 10, 2016
1 parent 9c3634b commit 44466f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storyscreen/render.cpp
Expand Up @@ -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 = {0,0,0,0};
SDL_Rect dstrect = {0,0,0,0};


while(true) {
Expand Down

0 comments on commit 44466f6

Please sign in to comment.