mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 09:59:29 +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
@@ -213,7 +213,7 @@ public:
|
||||
int cursorstate, cursordelay;
|
||||
|
||||
//Region system
|
||||
struct regionstruct
|
||||
struct Region
|
||||
{
|
||||
bool isvalid;
|
||||
int rx;
|
||||
@@ -221,7 +221,7 @@ public:
|
||||
int rx2;
|
||||
int ry2;
|
||||
};
|
||||
struct regionstruct region[401];
|
||||
struct Region region[401];
|
||||
void setregion(int id, int rx, int ry, int rx2, int ry2);
|
||||
void removeregion(int id);
|
||||
void changeregion(int id);
|
||||
|
||||
Reference in New Issue
Block a user