From: sbkelley Date: Tue, 2 Jun 2026 20:42:24 +0000 (-0400) Subject: DEC_GRAPHICS -> UNICODE_GRAPHICS as crawl devs intended X-Git-Tag: v1.6.1-roc-dev~1^2 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=376d783078eb373987a45f8c91f8764edfb2e2ff;p=dgamelaunch DEC_GRAPHICS -> UNICODE_GRAPHICS as crawl devs intended --- diff --git a/ttyplay.c b/ttyplay.c index 48bcb3d..c9cfd3c 100644 --- a/ttyplay.c +++ b/ttyplay.c @@ -156,7 +156,7 @@ ttyplay_keyboard_action(int c) case 's': switch (stripped) { - case NO_GRAPHICS: populate_gfx_array ((stripped = DEC_GRAPHICS)); break; + case NO_GRAPHICS: populate_gfx_array ((stripped = UNICODE_GRAPHICS)); break; /* case DEC_GRAPHICS: populate_gfx_array ((stripped = IBM_GRAPHICS)); break; */ case UNICODE_GRAPHICS: populate_gfx_array ((stripped = IBM_GRAPHICS)); break; case IBM_GRAPHICS: populate_gfx_array ((stripped = NO_GRAPHICS)); break;