From 7ad8510894bfa0af66ad62a9be64be37e1bee744 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 13 Jun 2011 23:28:24 +0000 Subject: [PATCH] - don't render hud in 'photo' mode --- source/glest_game/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index 5131e446e..14ffcfaa9 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -1886,7 +1886,7 @@ void Game::render2d(){ renderer.reset2d(); //HUD - if(visibleHUD == true) { + if(visibleHUD == true && photoModeEnabled == false) { renderer.renderHud(); } //display