Codechange: Un-bitstuff the remaining on-map commands.
This commit is contained in:
@@ -544,7 +544,7 @@ public:
|
||||
{
|
||||
ObjectClass *objclass = ObjectClass::Get(_selected_object_class);
|
||||
Command<CMD_BUILD_OBJECT>::Post(STR_ERROR_CAN_T_BUILD_OBJECT, CcTerraform,
|
||||
tile, objclass->GetSpec(_selected_object_index)->Index(), _selected_object_view, {});
|
||||
tile, objclass->GetSpec(_selected_object_index)->Index(), _selected_object_view);
|
||||
}
|
||||
|
||||
void OnPlaceObjectAbort() override
|
||||
|
Reference in New Issue
Block a user