Merge pull request #135 from InfoTeddy/code-quality-improvements

Make obj accessible from everywhere
This commit is contained in:
Terry Cavanagh
2020-02-01 00:59:59 +01:00
committed by GitHub

View File

@@ -242,4 +242,6 @@ public:
int customcrewmoods[6]; int customcrewmoods[6];
}; };
extern entityclass obj;
#endif /* ENTITY_H */ #endif /* ENTITY_H */