mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
remove system("pause")
This commit is contained in:
parent
6018e9f4f0
commit
c5c2230736
@ -658,7 +658,7 @@ int main(int argc, char* argv[])
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogWarning("No script provided! Please drag and drop .SLG file over interpreter executable file, or provide it's path as a command-line argument.");
|
LogWarning("No script provided! Please drag and drop .SLG file over interpreter executable file, or provide it's path as a command-line argument.");
|
||||||
system("pause");
|
//system("pause");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -682,7 +682,7 @@ int main(int argc, char* argv[])
|
|||||||
scriptString << script.rdbuf();
|
scriptString << script.rdbuf();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
system("pause");
|
//system("pause");
|
||||||
|
|
||||||
parseSlang(scriptString.str());
|
parseSlang(scriptString.str());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user