diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-11 03:19:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-11 03:19:28 -0400 |
commit | dcba1c501bbf885fb6f26ed8f9680716955794a5 (patch) | |
tree | 3f90be3dd2194ed8e56c94dd277843ad924a5779 | |
parent | a492b2b8812b7083010695327d90c5aa0a0499fb (diff) | |
download | taipan-dcba1c501bbf885fb6f26ed8f9680716955794a5.tar.gz |
Save 5 bytes
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2408,7 +2408,7 @@ void quit(void) running away from li yuen's pirates... */ result = sea_battle(LI_YUEN, num_ships); - gotoxy(0,23); /* to avoid disappearing U in "In use" */ + gotox0y(23); /* to avoid disappearing U in "In use" */ } } |