From 828b09914106de7dc00199fa810278e12988324b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 23 Nov 2008 17:39:11 +0000 Subject: Shut up compiler warnings in Heretic code. Subversion-branch: /branches/raven-branch Subversion-revision: 1385 --- src/heretic/p_spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/p_spec.h') diff --git a/src/heretic/p_spec.h b/src/heretic/p_spec.h index 298046fd..7f5e2c43 100644 --- a/src/heretic/p_spec.h +++ b/src/heretic/p_spec.h @@ -188,7 +188,7 @@ typedef struct bwhere_e where; int btexture; int btimer; - mobj_t *soundorg; + void *soundorg; } button_t; #define MAXSWITCHES 50 // max # of wall switches in a level -- cgit v1.2.3