Support pre-C++11 compilers

This commit is contained in:
Matt Penny
2020-02-11 00:34:01 -05:00
committed by Ethan Lee
parent 9adcbaed6c
commit e7252888b6
3 changed files with 8 additions and 1 deletions

View File

@@ -355,6 +355,8 @@ void editorclass::reset()
hookmenu=0;
numhooks=0;
script.customscript.clear();
returneditoralpha = 0;
}
void editorclass::weirdloadthing(std::string t)