mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-05 23:28:14 +02:00
Compile fixes.
This commit is contained in:
@@ -3227,7 +3227,7 @@ CBattleInterface::SiegeHelper::~SiegeHelper()
|
||||
std::string CBattleInterface::SiegeHelper::getSiegeName(ui16 what, ui16 additInfo) const
|
||||
{
|
||||
char buf[100];
|
||||
itoa(additInfo, buf, 10);
|
||||
SDL_itoa(additInfo, buf, 10);
|
||||
std::string addit(buf);
|
||||
switch(what)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user