populate_gfx_array(stripped) in ttyplay_main, not (NO_GRAPHICS).

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@257 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-23 03:55:21 +00:00
parent bb1361d2c2
commit 9333116712
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1.4.3 (???)
* Make ttyplay use the 'strip' value it remembered from last view.
1.4.2 (2004/02/22)
* Add a compile-time option to define a static location to look
for a configuration file. Will ALWAYS override defconfig values

View File

@ -378,7 +378,7 @@ ttyplay_main (char *ttyfile, int mode)
FILE *input = stdin;
struct termios old, new;
populate_gfx_array (NO_GRAPHICS);
populate_gfx_array (stripped);
seek_offset_clrscr = 0;