Add version info for iOS
This commit is contained in:
parent
3e912900fb
commit
1b0bae6954
@ -1380,7 +1380,9 @@ namespace StringUtils
|
||||
std::string getUserAgentString()
|
||||
{
|
||||
std::string uagent(std::string("SuperTuxKart/") + STK_VERSION);
|
||||
#ifdef WIN32
|
||||
#if defined(IOS_STK)
|
||||
uagent += (std::string)" (iOS)";
|
||||
#elif defined(WIN32)
|
||||
uagent += (std::string)" (Windows)";
|
||||
#elif defined(__APPLE__)
|
||||
uagent += (std::string)" (Macintosh)";
|
||||
|
Loading…
Reference in New Issue
Block a user