1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-17 13:41:07 +02:00

Fixed Cartographer.

This commit is contained in:
DjWarmonger 2009-08-19 07:03:12 +00:00
parent dd2509f4e8
commit d38c8e5ada

View File

@ -4077,6 +4077,7 @@ void CCartographer::buyMap (const CGHeroInstance *h, ui32 accept) const
{
if (accept)
{
cb->giveResource (h->tempOwner, 6, -1000);
FoWChange fw;
fw.player = h->tempOwner;
int floor, surface = 0;