aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/taipan.c b/taipan.c
index c44e4dc..9327a89 100644
--- a/taipan.c
+++ b/taipan.c
@@ -14,8 +14,8 @@
#endif
/* define this to use cc65's rand() instead of POKEY's RANDOM
- register. No need to disable this now */
-#define POKEY_RANDOM
+ register. Disabled for now, maybe forever (pending testing) */
+// #define POKEY_RANDOM
/**** These defines should be disabled for normal gameplay.
Don't leave any of them enabled for a release or a
@@ -3003,8 +3003,8 @@ int main(void) {
bignum_test();
#endif
- initrand();
name_firm();
+ initrand();
cash_or_guns();
set_prices();