diff options
-rw-r--r-- | taipan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -734,12 +734,12 @@ void cprintulong(unsigned long ul) { void at_sea(void) { gotoxy(30, 6); - // cspace(); + clrtoeol(); + cspace(); rvs_on(); // cputs(location[0]); print_location(0); rvs_off(); - clrtoeol(); } /* these were rewritten in asm to save 5 bytes, they live in console.s */ |