1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-23 04:12:04 +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; return;
} }
while (1){ while (!forceExit){
currentchar = GetNextByte(); currentchar = GetNextByte();
if (endByte == 0 || currentchar == (char)EOF) if (endByte == 0 || currentchar == (char)EOF)