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

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