shithub: choc

Download patch

ref: 59c0709931a65872b9cbcff8ea4cd705708bb51f
parent: e6e5868035eef3fe2db95b80f15a6fce6e5d5fe5
author: Simon Howard <[email protected]>
date: Thu Oct 18 19:55:11 EDT 2007

Reorder actionf_t union members to fix warnings in info.c.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 979

--- a/src/d_think.h
+++ b/src/d_think.h
@@ -46,8 +46,8 @@
 
 typedef union
 {
-  actionf_p1	acp1;
   actionf_v	acv;
+  actionf_p1	acp1;
   actionf_p2	acp2;
 
 } actionf_t;