mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
This commit is contained in:
@@ -323,7 +323,7 @@ static bool FixTTOMapArray()
|
||||
}
|
||||
break;
|
||||
|
||||
case MP_UNMOVABLE:
|
||||
case MP_OBJECT:
|
||||
_m[t].m2 = 0;
|
||||
_m[t].m3 = 0;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user