summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index eb1d573e6..7645a669b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -388,6 +388,7 @@ Game::Game():
// Create the viewport
viewport = new Viewport;
viewport->setSize(mainGraphics->mWidth, mainGraphics->mHeight);
+ PlayerInfo::clear();
gcn::Container *const top = static_cast<gcn::Container*>(gui->getTop());
if (top)