Merge pull request #69 from ksherlock/fflush_stderr

Good catch.  Thanks
This commit is contained in:
Dagen Brock 2019-04-08 06:19:22 -05:00 committed by GitHub
commit 1021431651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1486,6 +1486,7 @@ void run_prog() {
int fast, zip_speed, faster_than_28, unl_speed;
int this_type;
fflush(stderr);
fflush(stdout);
g_cur_sim_dtime = 0.0;
@ -1508,6 +1509,7 @@ void run_prog() {
}
while(1) {
fflush(stderr);
fflush(stdout);
// OG Disabling control panel