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_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/p_switch.c') diff --git a/src/heretic/p_switch.c b/src/heretic/p_switch.c index d1d7e0bf..cef6a74b 100644 --- a/src/heretic/p_switch.c +++ b/src/heretic/p_switch.c @@ -152,7 +152,7 @@ void P_StartButton(line_t * line, bwhere_e w, int texture, int time) buttonlist[i].where = w; buttonlist[i].btexture = texture; buttonlist[i].btimer = time; - buttonlist[i].soundorg = (mobj_t *) & line->frontsector->soundorg; + buttonlist[i].soundorg = &line->frontsector->soundorg; return; } -- cgit v1.2.3