a better command stream debugger
This commit is contained in:
parent
d3f0f1d1d0
commit
2290f3d873
14 changed files with 265 additions and 6 deletions
|
|
@ -316,6 +316,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_WINDOW_MEMORY:
|
||||
nextWindow=GUI_WINDOW_MEMORY;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_CS_PLAYER:
|
||||
nextWindow=GUI_WINDOW_CS_PLAYER;
|
||||
break;
|
||||
|
||||
case GUI_ACTION_COLLAPSE_WINDOW:
|
||||
collapseWindow=true;
|
||||
|
|
@ -418,6 +421,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_WINDOW_MEMORY:
|
||||
memoryOpen=false;
|
||||
break;
|
||||
case GUI_WINDOW_CS_PLAYER:
|
||||
csPlayerOpen=false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue