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

Fixed #1181. Do not change that setProperty to setPropertyDer, it has to be as it is.

Sketchy fix for BattleAIs colliding ith their callbacks.
This commit is contained in:
Michał W. Urbańczyk
2013-01-21 21:34:30 +00:00
parent a4129f43f2
commit 6232a1b369
3 changed files with 3 additions and 2 deletions

View File

@ -1639,7 +1639,7 @@ void CGDwelling::initObj()
}
}
void CGDwelling::setPropertyDer(ui8 what, ui32 val)
void CGDwelling::setProperty(ui8 what, ui32 val)
{
switch (what)
{