From 93331167120f4ff5d49e9e53d740cdc4923d4587 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Mon, 23 Feb 2004 03:55:21 +0000 Subject: [PATCH] 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 --- Changelog | 3 +++ ttyplay.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5c5ab05..4cf5e32 100644 --- 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 diff --git a/ttyplay.c b/ttyplay.c index 888b6ba..7dc38ad 100644 --- 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; -- 2.47.3