1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

Probably a good idea to not forget the forceExit

This commit is contained in:
Such Meme, Many Skill 2020-02-06 23:50:06 +01:00
parent 1a2fd158e9
commit ab061cf0b3

View file

@ -110,7 +110,7 @@ void ParseScript(char* path){
return;
}
while (1){
while (!forceExit){
currentchar = GetNextByte();
if (endByte == 0 || currentchar == (char)EOF)