Thread: Level 255 bug
View Single Post
  #5  
Old 06-10-2003, 05:42 AM
gej302
Sarnak
 
Join Date: May 2003
Location: Silverfist
Posts: 42
Default hmm

Is admin different from this->admin?

you use both in that snippet, I figure it would be better to use one or the other for consistency if not for bug prevention. I would recommend:
Code:
   else if (this->admin < 100) {
      this->SetLevel(level, true);
Reply With Quote