(svn r1313) -Fix: fixed MSVC problem
This commit is contained in:
@@ -183,8 +183,10 @@ static void MarkTownSignDirty(Town *t)
|
||||
|
||||
void UpdateTownVirtCoord(Town *t)
|
||||
{
|
||||
Point pt;
|
||||
|
||||
MarkTownSignDirty(t);
|
||||
Point pt = RemapCoords2(GET_TILE_X(t->xy)*16, GET_TILE_Y(t->xy)*16);
|
||||
pt = RemapCoords2(GET_TILE_X(t->xy)*16, GET_TILE_Y(t->xy)*16);
|
||||
SetDParam(0, t->townnametype);
|
||||
SetDParam(1, t->townnameparts);
|
||||
SetDParam(2, t->population);
|
||||
|
Reference in New Issue
Block a user