Revert "Done" text due to AMXX-Studio compatibility.

This commit is contained in:
Semen Ermilov 2014-11-09 04:04:33 +03:00
parent 666aaf013a
commit 3775ac40ad

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