1
0

Renamed GetSettedViewDistance() to GetRequestedViewDistance()

This commit is contained in:
Howaner
2014-11-15 14:27:50 +01:00
parent 66c4117856
commit 8c3c11d6b3
3 changed files with 4 additions and 4 deletions

View File

@@ -223,8 +223,8 @@ public:
/** Returns the view distance that the player currently have. */
int GetViewDistance(void) const { return m_UsedViewDistance; }
/** Returns the view distance that the player set, not the used view distance. */
int GetSettedViewDistance(void) const { return m_SetViewDistance; }
/** Returns the view distance that the player request, not the used view distance. */
int GetRequestedViewDistance(void) const { return m_SetViewDistance; }
void SetLocale(AString & a_Locale) { m_Locale = a_Locale; }
AString GetLocale(void) const { return m_Locale; }