mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
dialog:: list used in inv
This commit is contained in:
parent
65095edea8
commit
cb4955e397
@ -508,8 +508,11 @@ EX namespace inv {
|
|||||||
orbmap.clear();
|
orbmap.clear();
|
||||||
which = itNone;
|
which = itNone;
|
||||||
|
|
||||||
if(plain) dialog::init(mirroring ? XLAT("mirror what?") : XLAT("inventory"), forecolor, 150, 100);
|
if(plain) {
|
||||||
|
dialog::init(mirroring ? XLAT("mirror what?") : XLAT("inventory"), forecolor, 150, 100);
|
||||||
|
dialog::start_list(2000, 2000);
|
||||||
|
}
|
||||||
|
|
||||||
int j = 0, oc = 6;
|
int j = 0, oc = 6;
|
||||||
|
|
||||||
if(1) {
|
if(1) {
|
||||||
@ -562,7 +565,8 @@ EX namespace inv {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(plain) {
|
if(plain) {
|
||||||
dialog::addBreak(750);
|
dialog::end_list();
|
||||||
|
dialog::addBreak(50);
|
||||||
dialog::addItem(XLAT("help"), SDLK_F1);
|
dialog::addItem(XLAT("help"), SDLK_F1);
|
||||||
dialog::addItem(XLAT("return to the game"), 'i');
|
dialog::addItem(XLAT("return to the game"), 'i');
|
||||||
dialog::display();
|
dialog::display();
|
||||||
|
Loading…
Reference in New Issue
Block a user