From 49512754637aa0bca233b7ec24830aac6a08d94d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 30 Jan 2016 20:34:08 -0500 Subject: whoops, left TIMEWARP enabled --- taipan.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taipan.c b/taipan.c index b3577ff..04b6896 100644 --- a/taipan.c +++ b/taipan.c @@ -30,7 +30,7 @@ /* define this to start the game in the year 1869, with 1000 capacity, 20 guns, and 1 billion cash and bank. */ -#define TIMEWARP +// #define TIMEWARP /* define this to start the game in a 99% damaged ship */ // #define ALMOST_DEAD @@ -1646,11 +1646,11 @@ void aire(void) { big_add(networth, networth, bank); if(big_cmp(networth, big1B) < 0) { - cputs(" M I L L I O N A I R E ! \r\n"); + cputs(" M I L L I O N A I R E ! \r\n"); } else if(big_cmp(networth, big1T) < 0) { - cputs(" B I L L I O N A I R E ! \r\n"); + cputs(" B I L L I O N A I R E ! \r\n"); } else { - cputs(" T R I L L I O N A I R E ! \r\n"); + cputs(" T R I L L I O N A I R E !\r\n"); } } #endif -- cgit v1.2.3