Note another minor bug in Create New PC

This commit is contained in:
2024-08-24 14:10:11 -05:00
committed by Celtic Minstrel
parent 4f41ee0f87
commit bf86d8c3c3

View File

@@ -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();