Moved Objects[] from EXE to DLL

This commit is contained in:
Montagna Marco 2019-12-30 19:21:47 +01:00
parent 9c12e95a2d
commit 021c05b94b
3 changed files with 16 additions and 4 deletions

View file

@ -36,6 +36,8 @@ extern byte Sequences[3];
extern byte CurrentSequence;
extern int NumRPickups;
OBJECT_INFO Objects[2048];
void NewObjects()
{
OBJECT_INFO* obj;