mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Remove another header initialization
This commit is contained in:
parent
d740205138
commit
5c80a4c25e
2 changed files with 2 additions and 1 deletions
|
@ -385,6 +385,7 @@ void editorclass::reset()
|
|||
returneditoralpha = 0;
|
||||
|
||||
ghosts.clear();
|
||||
currentghosts = 0;
|
||||
}
|
||||
|
||||
void editorclass::gethooks()
|
||||
|
|
|
@ -238,7 +238,7 @@ class editorclass{
|
|||
int returneditoralpha;
|
||||
|
||||
std::vector<GhostInfo> ghosts;
|
||||
int currentghosts = 0;
|
||||
int currentghosts;
|
||||
};
|
||||
|
||||
void addedentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int p4=0, int p5=320, int p6=240);
|
||||
|
|
Loading…
Reference in a new issue