mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 04:05:22 +00:00
warning fixes
GameSetup.cpp: add support for new internal/public mod layout This was SVN commit r6393.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
template <>
|
||||
CStrW ToNetString(const size_t &val)
|
||||
{
|
||||
return CStrW(val);
|
||||
return CStrW((unsigned long)val);
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user