From aad5cac5cca142e9d5b734ff06b6333b08eeae6c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 06:33:42 -1100 Subject: [PATCH] Test --- src/cc/gamescc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/gamescc.h b/src/cc/gamescc.h index 51432105c..e060016ff 100644 --- a/src/cc/gamescc.h +++ b/src/cc/gamescc.h @@ -15,6 +15,7 @@ std::string MYCCLIBNAME = (char *)"gamescc"; #define GAMES_MAXKEYSTROKESGAP 60 #define GAMES_MAXPLAYERS 64 #define GAMES_REGISTRATIONSIZE (100 * 10000) +#define GAMES_REGISTRATION 5 #define GAMES_RNGMULT 11109 #define GAMES_RNGOFFSET 13849