mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove another header initialization
This commit is contained in:
@@ -385,6 +385,7 @@ void editorclass::reset()
|
|||||||
returneditoralpha = 0;
|
returneditoralpha = 0;
|
||||||
|
|
||||||
ghosts.clear();
|
ghosts.clear();
|
||||||
|
currentghosts = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void editorclass::gethooks()
|
void editorclass::gethooks()
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ class editorclass{
|
|||||||
int returneditoralpha;
|
int returneditoralpha;
|
||||||
|
|
||||||
std::vector<GhostInfo> ghosts;
|
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);
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user