1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00
This commit is contained in:
me 2022-11-16 17:54:13 +03:30
parent 0681257d36
commit 05cf0c4a5c

View File

@ -13,7 +13,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
#include "common.h" #include "common.h"
#define LEN 35 #define LEN 35
#define WID 50 #define WID 50
#define STALE_LIMIT 2 #define STALE_LIMIT 20
#define RLEN LEN //real #define RLEN LEN //real
#define RWID WID #define RWID WID
#define DEAD 0 #define DEAD 0