Merge pull request #158 from AllyTally/entertoreturn

Make "[Press ENTER to return to editor]" fade out after a bit
This commit is contained in:
Terry Cavanagh
2020-02-10 18:41:13 +01:00
committed by GitHub
6 changed files with 50 additions and 13 deletions

View File

@@ -236,6 +236,8 @@ class editorclass{
//Direct Mode variables
int dmtile;
int dmtileeditor;
int returneditoralpha = 0;
};
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);