Removing old use of variable already_showing_info which was removed from newmenu code

This commit is contained in:
zicodxx 2009-12-07 15:00:49 +00:00
parent 7449e5bac7
commit 1603b87e40

View file

@ -181,7 +181,7 @@ int Newdemo_num_written;
int Newdemo_old_cockpit;
sbyte Newdemo_no_space;
sbyte Newdemo_at_eof;
sbyte Newdemo_do_interpolate = 0; // ZICO - I HATE not-interpolated playbacks...
sbyte Newdemo_do_interpolate = 1; // ZICO - I HATE not-interpolated playbacks...
sbyte Newdemo_warning_given = 0;
sbyte Newdemo_cntrlcen_destroyed = 0;
static sbyte nd_bad_read;