mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 19:48:06 +00:00
split namespace conformal into models and history
This commit is contained in:
@@ -456,8 +456,8 @@ EX void showCreative() {
|
||||
dialog::add_action_push(anims::show);
|
||||
#endif
|
||||
|
||||
dialog::addBoolItem(XLAT("history mode"), conformal::on || conformal::includeHistory, 'h');
|
||||
dialog::add_action_push(conformal::history_menu);
|
||||
dialog::addBoolItem(XLAT("history mode"), history::on || history::includeHistory, 'h');
|
||||
dialog::add_action_push(history::history_menu);
|
||||
|
||||
#if CAP_TEXTURE
|
||||
if(DIM == 2) {
|
||||
|
||||
Reference in New Issue
Block a user