summaryrefslogtreecommitdiff
path: root/math/xlife/patches/patch-ac
blob: d0fea15b39866568e6a4e9e237006e19a0bd0dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.1 2003/11/09 04:20:19 fredb Exp $

--- cell.c.orig	1996-06-17 15:06:40.000000000 -0500
+++ cell.c
@@ -393,9 +393,9 @@ void displaybox(u32bits x, u32bits y, ce
 #endif /* STATEBITS > 1 */
     {
 	register u32bits live1 = ptr->twostate.live1;
-	register u32bits long live2 = ptr->twostate.live2;
-	register u32bits long olive1 = ptr->twostate.olive1;
-	register u32bits long olive2 = ptr->twostate.olive2;
+	register u32bits live2 = ptr->twostate.live2;
+	register u32bits olive1 = ptr->twostate.olive1;
+	register u32bits olive2 = ptr->twostate.olive2;
 
 	displayline(live1,x,y,olive1);
 	displayline(live1>>8,x,++y,olive1>>8);