mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23c95aba73
A strategy game of position and movement for the X Window System. PR: 7642 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
--- main.c Sun May 5 06:53:44 1991
|
|
+++ /home/andy/tmp/wrk/main.c Sat Jul 4 21:31:38 1998
|
|
@@ -160,7 +160,7 @@
|
|
int x;
|
|
{
|
|
int z1, z2, z3, z4, z=0;
|
|
- char nn[6];
|
|
+ static char nn[6];
|
|
|
|
z1 = (int) (x)/1000;
|
|
z2 = (int) (x)/100-(10*z1);
|