mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Region system PR review changes
Fixes errors or oversights with the region system for the PR review
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
1fb0afb99d
commit
54b2aaae96
@@ -3275,6 +3275,8 @@ void scriptclass::hardreset(void)
|
||||
SDL_memset(map.roomdeaths, 0, sizeof(map.roomdeaths));
|
||||
SDL_memset(map.roomdeathsfinal, 0, sizeof(map.roomdeathsfinal));
|
||||
map.resetmap();
|
||||
map.currentregion = 0;
|
||||
SDL_zeroa(map.region);
|
||||
//entityclass
|
||||
obj.nearelephant = false;
|
||||
obj.upsetmode = false;
|
||||
|
||||
Reference in New Issue
Block a user