Пример #1
0
        void updateStats(int refID)
        {
            int statPoints = fileMgr.getPlayer(refID).getStat("statPts");
            int input      = -1;

            while (statPoints > 0)
            {
                Draw.updateStats(refID);
                Draw.prompt();
                input = getInput();
            }
        }