Files
pkgsrc-ng/math/xlife/patches/patch-ac
2013-09-26 17:14:40 +02:00

18 lines
651 B
Plaintext

$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);