- made the status screen a class and scriptified a few more functions.

This commit is contained in:
Christoph Oelckers 2017-03-18 15:42:34 +01:00
commit 745b96beec
8 changed files with 247 additions and 52 deletions

View file

@ -61,6 +61,7 @@ CUSTOM_CVAR (String, language, "auto", CVAR_ARCHIVE)
// [RH] Network arbitrator
int Net_Arbitrator = 0;
DEFINE_GLOBAL(Net_Arbitrator);
int NextSkill = -1;