GetFullDisplayTitle -> GetDisplayFullTitle

This commit is contained in:
Chris Danford
2005-05-23 00:38:09 +00:00
parent 56b8a409a2
commit 41becb56a4
21 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ void NetworkSyncManager::StartRequest(short position)
}
if (GAMESTATE->m_pCurCourse != NULL)
m_packet.WriteNT(GAMESTATE->m_pCurCourse->GetFullDisplayTitle());
m_packet.WriteNT(GAMESTATE->m_pCurCourse->GetDisplayFullTitle());
else
m_packet.WriteNT(CString(""));