summaryrefslogtreecommitdiff
path: root/games/crossfire/patches/patch-ak
blob: 5c10daa3159338904b3c4f3a07577f87782cb4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ak,v 1.2 1998/08/07 10:40:39 agc Exp $

--- include/global.h.orig	Fri Feb 20 03:46:32 1998
+++ include/global.h	Fri Feb 20 03:46:32 1998
@@ -50,3 +50,3 @@
 #include "structs.h"
-#if defined(RPLAY_SOUND) && !defined(__CEXTRACT__)
+#if defined(RPLAY_SND) && !defined(__CEXTRACT__)
 #include <rplay.h> /* RPLAY structure */
@@ -163,3 +163,3 @@
 
-#ifdef RPLAY_SOUND
+#ifdef RPLAY_SND
 EXTERN RPLAY	*sound_table[NROF_SOUNDS];