aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-11 03:19:28 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-11 03:19:28 -0400
commitdcba1c501bbf885fb6f26ed8f9680716955794a5 (patch)
tree3f90be3dd2194ed8e56c94dd277843ad924a5779
parenta492b2b8812b7083010695327d90c5aa0a0499fb (diff)
downloadtaipan-dcba1c501bbf885fb6f26ed8f9680716955794a5.tar.gz
Save 5 bytes
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index b479df0..5cff0f9 100644
--- a/taipan.c
+++ b/taipan.c
@@ -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" */
}
}