Way to crack down on them noobs lol
_______________________________________________
Very Nice menu
in Menu.cpp in Gellins it will say
[php]sprintf_s(this->mSet.optionstat, "%i. 00", this->mOpt[i].nopt);[/php]
you should change it to
[php]sprintf_s(this->mSet.optionstat, "%i", this->mOpt[i].nopt);[/php]
i think it looks nicer and sleeker because instead of 1. 00 it is 0, 1, 2 and so on.