Adjusts calculation for media.

This commit is contained in:
nuclearsubstation 2014-09-09 18:50:47 -05:00
parent 62ea342ad1
commit 963de1558c
1 changed files with 1 additions and 0 deletions

View File

@ -1471,6 +1471,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
message << " ( " << cur << cur_unit << " )";
}
progress = 50+client.mediaReceiveProgress()*50+0.5;
message << " " << progress << "%";
draw_load_screen(narrow_to_wide(message.str().c_str()), device,
guienv, font, dtime, progress);
}