diff --git a/src/pcedit/pc.editors.cpp b/src/pcedit/pc.editors.cpp index 1e2e9985..49a17b1f 100644 --- a/src/pcedit/pc.editors.cpp +++ b/src/pcedit/pc.editors.cpp @@ -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();