Allowing teams'PM to be deleted

This commit is contained in:
AnonymusRaccoon
2020-03-09 12:04:32 +01:00
parent 2439c35cec
commit 045ce2301d
15 changed files with 66 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@ struct game_manager
{
gc_component base;
int happiness;
int stupidity;
};
const struct game_manager game_manager;