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:
parent
3a146e54b3
commit
622aa3404d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue