(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