new demo song

by ALTMUS
This commit is contained in:
tildearrow 2025-03-29 22:26:00 -05:00
parent bb2b2e1cc6
commit 13b56870ec
16 changed files with 802 additions and 74 deletions

View file

@ -32,6 +32,12 @@ const unsigned char avRequest[15]={
void FurnaceGUI::doAction(int what) {
if (curEngineState==8 || curEngineState==13 || curEngineState==23) {
if ((rand()%1000)==0) {
showError("I don't wanna");
return;
}
}
switch (what) {
case GUI_ACTION_NEW:
if (modified) {