1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-03-15 02:05:13 +01:00

fix weird error...

This commit is contained in:
AllyTally 2022-11-12 19:17:14 -04:00
parent 3a146e54b3
commit 622aa3404d

View file

@ -161,7 +161,7 @@ public:
Uint32 getonewaycol(void); Uint32 getonewaycol(void);
bool onewaycol_override; bool onewaycol_override;
std::vector<std::vector<int>> altstates[numrooms]; std::vector<std::vector<int> > altstates[numrooms];
}; };
#ifndef CL_DEFINITION #ifndef CL_DEFINITION