]> skyeroc.xyz Git - dgamelaunch/commitdiff
populate_gfx_array(stripped) in ttyplay_main, not (NO_GRAPHICS).
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 23 Feb 2004 03:55:21 +0000 (03:55 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 23 Feb 2004 03:55:21 +0000 (03:55 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@257 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
ttyplay.c

index 5c5ab05f91ba85835c2bc6566a22c0c5e5c95163..4cf5e32f229543ce369cc6f1718fbbad0e05c247 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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
index 888b6ba1ad8651d5cf5fded120abb52e0e5ad173..7dc38adb50f26be8136a588c7ae8fd96ef70f7a6 100644 (file)
--- a/ttyplay.c
+++ b/ttyplay.c
@@ -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;