diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 1afc530b..7385549b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -294,6 +294,8 @@ Game::~Game() delete joystick; delete particleEngine; + viewport->setMap(NULL); + player_node = NULL; beingManager = NULL; floorItemManager = NULL; joystick = NULL; |