(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
This commit is contained in:
@@ -26,7 +26,7 @@ typedef enum UnmovableType {
|
||||
static inline UnmovableType GetUnmovableType(TileIndex t)
|
||||
{
|
||||
assert(IsTileType(t, MP_UNMOVABLE));
|
||||
return _m[t].m5;
|
||||
return (UnmovableType)_m[t].m5;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user