Revert "Done" text due to AMXX-Studio compatibility.
This commit is contained in:
parent
666aaf013a
commit
3775ac40ad
|
@ -185,7 +185,12 @@ int main(int argc, char **argv)
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
unlink(file);
|
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
|
#if !defined EMSCRIPTEN
|
||||||
dlclose(lib);
|
dlclose(lib);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user