mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Merge pull request #135 from InfoTeddy/code-quality-improvements
Make obj accessible from everywhere
This commit is contained in:
commit
e439949d7d
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