diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 12:39:45 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 12:39:45 +0200 |
commit | aba8353eb00f9fbb4f921d8d970f62c76c9733e6 (patch) | |
tree | 09d4db8f0d85b4ea52de6fcf4b33c0a08161b678 /src/game/g_local.h | |
parent | ba024b8bf1b76d996b086ee5bd5bc3f7d6e92d72 (diff) |
Corona CPs and fixups
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 3d96e5f..61d8e12 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1316,6 +1316,7 @@ connectionRecord_t *G_FindConnectionForCode( int code ); // g_corona.c // void G_CoronaNewsfeed( void ); +void G_CoronaWarnings( void ); //some maxs #define MAX_FILEPATH 144 @@ -1528,6 +1529,7 @@ extern vmCvar_t g_practise; extern vmCvar_t g_covidInfectionFactor; extern vmCvar_t g_covidSeverityFactor; extern vmCvar_t g_covidDebug; +extern vmCvar_t g_coronaShitpostDelta; void trap_Printf( const char *fmt ); void trap_Error( const char *fmt ); |