This commit is contained in:
tildearrow 2022-02-10 17:44:27 -05:00
parent 4e936f2c2d
commit 88680f594c
2 changed files with 14 additions and 1 deletions

View file

@ -7235,4 +7235,6 @@ FurnaceGUI::FurnaceGUI():
peak[0]=0;
peak[1]=0;
memset(actionKeys,0,GUI_ACTION_MAX*sizeof(int));
}