mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
- commented out debug printf
This commit is contained in:
@@ -161,7 +161,7 @@ void MainMenu::keyPress(char c){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MainMenu::setState(MenuState *newstate) {
|
void MainMenu::setState(MenuState *newstate) {
|
||||||
printf("In [%s::%s Line: %d] oldstate [%p] newstate [%p] this->state [%p]\n",__FILE__,__FUNCTION__,__LINE__,oldstate,newstate,this->state);
|
//printf("In [%s::%s Line: %d] oldstate [%p] newstate [%p] this->state [%p]\n",__FILE__,__FUNCTION__,__LINE__,oldstate,newstate,this->state);
|
||||||
|
|
||||||
//delete this->state;
|
//delete this->state;
|
||||||
//this->state = newstate;
|
//this->state = newstate;
|
||||||
|
Reference in New Issue
Block a user