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