menu_state_connected/custom.cpp: add space between >>

Same problems as 71c9e59b6a
This commit is contained in:
andy5995
2018-01-25 14:30:00 -06:00
parent 71c9e59b6a
commit d52c3e1693
2 changed files with 2 additions and 2 deletions

View File

@@ -4055,7 +4055,7 @@ namespace Glest
Texture2D * >&
crcPlayerTextureCache =
CacheManager::getCachedItem < std::map < int,
Texture2D * >>(GameConstants::playerTextureCacheLookupKey);
Texture2D * > >(GameConstants::playerTextureCacheLookupKey);
// START - this code ensure player title and player names don't overlap
int

View File

@@ -3278,7 +3278,7 @@ namespace Glest
// Get a reference to the player texture cache
std::map < int, Texture2D * >&crcPlayerTextureCache =
CacheManager::getCachedItem < std::map < int,
Texture2D * >>(GameConstants::playerTextureCacheLookupKey);
Texture2D * > >(GameConstants::playerTextureCacheLookupKey);
// START - this code ensure player title and player names don't overlap
int offsetPosition = 0;