diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:19:20 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-23 07:19:20 -0400 |
| commit | 52708bc160da106cd406c26f8b797d46e58cc423 (patch) | |
| tree | ec50cd85909872663bcbeb6df447795c7c5ca98c /src/screen.c | |
| parent | 4225b6fad870eaec245d5565e5745ee1f80b842c (diff) | |
| download | fujinet-chat-52708bc160da106cd406c26f8b797d46e58cc423.tar.gz | |
Use macros for ind_act_*() funcs, shaves 33 bytes off the .xex.
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.c b/src/screen.c index 3c61f01..42a7e65 100644 --- a/src/screen.c +++ b/src/screen.c @@ -43,8 +43,6 @@ void scr_init(void) { OS.sdmctl = 0; /* disappear the screen */ - ind_net_status = status_box + 40; - scr_waitvcount(112); /* after the last GR.0 line */ *SDLST = DLIST_BOT_ADDR; OS.chbas = FONT_ADDR_HI; |
