1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-11 03:19:46 +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);
bool onewaycol_override;
std::vector<std::vector<int>> altstates[numrooms];
std::vector<std::vector<int> > altstates[numrooms];
};
#ifndef CL_DEFINITION