1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Remove another header initialization

This commit is contained in:
AllyTally 2020-06-12 19:27:21 -03:00 committed by Ethan Lee
parent d740205138
commit 5c80a4c25e
2 changed files with 2 additions and 1 deletions

View File

@ -385,6 +385,7 @@ void editorclass::reset()
returneditoralpha = 0;
ghosts.clear();
currentghosts = 0;
}
void editorclass::gethooks()

View File

@ -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);