mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 06:22:45 +00:00
Disable water creatures
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include "config.h"
|
||||
#include "General.h"
|
||||
|
||||
/*
|
||||
int CWaterCreatures::nNumActiveSeaLifeForms;
|
||||
CWaterCreature CWaterCreatures::aWaterCreatures[NUM_WATER_CREATURES];
|
||||
|
||||
@ -271,4 +272,5 @@ void CWaterCreatures::RemoveAll() {
|
||||
nNumActiveSeaLifeForms--;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user