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:
parent
1a2fd158e9
commit
ab061cf0b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue