Make obj accessible from everywhere

Looks like in my original pull request I forgot to do this. Oh well.
This commit is contained in:
Info Teddy
2020-01-31 15:53:29 -08:00
parent ab68cd98c8
commit 867e8ff0fe

View File

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