aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-07 04:55:59 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-07 04:55:59 -0500
commit3d7d8a9b549f1b6445858f78012b4c55609e1335 (patch)
tree11406bc12cae0ee6169754fd442eb28e6acff663 /taipan.c
parent23fd09c5c464505c7c9ceb801fceb907446cd1ab (diff)
downloadtaipan-3d7d8a9b549f1b6445858f78012b4c55609e1335.tar.gz
first pass at sounds
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index 74e586a..744719a 100644
--- a/taipan.c
+++ b/taipan.c
@@ -6,10 +6,12 @@
#include <string.h>
#include <peekpoke.h>
+#include "sounds.h"
+
/* define this for testing sea_battle(). it causes a pirate
attack every time you leave port. Don't leave defined for
a release!! */
-#define COMBAT_TEST
+// #define COMBAT_TEST
/* define this to show internals of damage calculation */
// #define DAMAGE_TEST