mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Make obj accessible from everywhere
Looks like in my original pull request I forgot to do this. Oh well.
This commit is contained in:
parent
ab68cd98c8
commit
867e8ff0fe
1 changed files with 2 additions and 0 deletions
|
@ -242,4 +242,6 @@ public:
|
|||
int customcrewmoods[6];
|
||||
};
|
||||
|
||||
extern entityclass obj;
|
||||
|
||||
#endif /* ENTITY_H */
|
||||
|
|
Loading…
Reference in a new issue