Note another minor bug in Create New PC
This commit is contained in:
@@ -571,6 +571,8 @@ bool spend_xp(short pc_num, short mode, cDialog* parent) {
|
||||
xpDlog.attachClickHandlers(std::bind(spend_xp_navigate_filter,_1,_2,std::ref(save)),{"keep","cancel","left","right","help"});
|
||||
xpDlog.attachClickHandlers(spend_xp_filter,{"sp-m","sp-p","hp-m","hp-p"});
|
||||
|
||||
// TODO on Mac (and maybe other platforms), when creating a new PC in the game, this help dialog appears
|
||||
// in the top-left corner of the screen. It should be centered
|
||||
give_help(10,11,xpDlog);
|
||||
|
||||
xpDlog.run();
|
||||
|
Reference in New Issue
Block a user