new demo song
by ALTMUS
This commit is contained in:
parent
bb2b2e1cc6
commit
13b56870ec
16 changed files with 802 additions and 74 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue