summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 973523ed..9c39b3aa 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -492,6 +492,8 @@ void Engine::draw()
std::stringstream debugStream;
debugStream << "[" << fps << " fps] " <<
(mouseX / 32 + camera_x) << ", " << (mouseY / 32 + camera_y);
+ debugStream << " [music: " << tiledMap->getProperty("music") << "]";
+ debugStream << " [minimap: " << tiledMap->getProperty("minimap") << "]";
debugInfo->setCaption(debugStream.str());
debugInfo->adjustSize();
}