mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
fixup to last
This commit is contained in:
@@ -295,6 +295,24 @@ void edit_fifteen() {
|
||||
});
|
||||
}
|
||||
|
||||
switch(state) {
|
||||
case state::edited:
|
||||
dialog::addInfo("edited");
|
||||
break;
|
||||
|
||||
case state::unscrambled:
|
||||
dialog::addInfo("not scrambled yet");
|
||||
break;
|
||||
|
||||
case state::scrambled:
|
||||
dialog::addInfo("scrambled");
|
||||
break;
|
||||
|
||||
case state::solved:
|
||||
dialog::addInfo("solved!");
|
||||
break;
|
||||
};
|
||||
|
||||
if(quitter) quitter();
|
||||
|
||||
dialog::addBack();
|
||||
|
Reference in New Issue
Block a user