mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 05:26:57 +03:00
Moved Objects[] from EXE to DLL
This commit is contained in:
parent
9c12e95a2d
commit
021c05b94b
3 changed files with 16 additions and 4 deletions
|
@ -36,6 +36,8 @@ extern byte Sequences[3];
|
|||
extern byte CurrentSequence;
|
||||
extern int NumRPickups;
|
||||
|
||||
OBJECT_INFO Objects[2048];
|
||||
|
||||
void NewObjects()
|
||||
{
|
||||
OBJECT_INFO* obj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue