This commit is contained in:
parent
7c746f14b9
commit
4ced8e9af2
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ static void displayValues()
|
||||||
|
|
||||||
print("Scene:\n");
|
print("Scene:\n");
|
||||||
scene=GameState::getCurrentScene();
|
scene=GameState::getCurrentScene();
|
||||||
sprintf(textBuf," Current scene: %s\n",scene->getSceneName());
|
sprintf(textBuf," Current scene: %s\n",scene?scene->getSceneName():"None!?!?");
|
||||||
print(textBuf);
|
print(textBuf);
|
||||||
scene=GameState::getPendingScene();
|
scene=GameState::getPendingScene();
|
||||||
sprintf(textBuf," Pending scene: %s\n",scene?scene->getSceneName():"None");
|
sprintf(textBuf," Pending scene: %s\n",scene?scene->getSceneName():"None");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue