1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-05-13 22:06:58 +02:00

Fixed bug #76 for version 0.73.

This commit is contained in:
OnionKnight 2009-09-12 12:55:03 +00:00
parent 34ef79d15e
commit a939e134a1

View File

@ -1684,6 +1684,8 @@ void Mapa::readObjects( unsigned char * bufor, int &i)
i+=4;
}
res->amount = readNormalNr(bufor,i); i+=4;
if (defInfo->subid == 6) // Gold is multiplied by 100.
res->amount *= 100;
i+=4;
break;