From 59c0709931a65872b9cbcff8ea4cd705708bb51f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 18 Oct 2007 23:55:11 +0000 Subject: Reorder actionf_t union members to fix warnings in info.c. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 979 --- src/d_think.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/d_think.h b/src/d_think.h index d03bed7a..1405230d 100644 --- a/src/d_think.h +++ b/src/d_think.h @@ -46,8 +46,8 @@ typedef void (*actionf_p2)( void*, void* ); typedef union { - actionf_p1 acp1; actionf_v acv; + actionf_p1 acp1; actionf_p2 acp2; } actionf_t; -- cgit v1.2.3