How can I remove the "Day/Night Mode Activated" message? I've done this previously by commenting the below lines in src/pc.c, but now it errors when I recompile.
strcpy(tmp_soutput, (data == 0) ? msg_txt(NULL,503) : msg_txt(NULL,59)); // The night has fallen...
Question
Dori
How can I remove the "Day/Night Mode Activated" message? I've done this previously by commenting the below lines in src/pc.c, but now it errors when I recompile.
intif_broadcast(tmp_soutput, strlen(tmp_soutput) + 1, 0);
intif_broadcast(tmp_soutput, strlen(tmp_soutput) + 1, 0);
Edited by Phenex4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.