Merge pull request #157 from Chuvi-w/master

Revert "Done" text due to AMXX-Studio compatibility.
This commit is contained in:
Vincent Herbet 2014-11-10 19:33:14 +01:00
commit 9b662bb0ca

View File

@ -185,7 +185,12 @@ int main(int argc, char **argv)
fclose(fp);
unlink(file);
/*
Without "Done" message "Compile and start Half-Life"
and "Compile and upload" buttons in AMXX-Studio doesn't work.
*/
pc_printf("Done.\n");
#if !defined EMSCRIPTEN
dlclose(lib);
#endif