Paul преди 11 години
родител
ревизия
ebd1595a5f
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      utilities/q-gears-launcher/src/ff7DataInstaller.cpp

+ 0 - 2
utilities/q-gears-launcher/src/ff7DataInstaller.cpp

@@ -240,8 +240,6 @@ static void FF7PcFieldToQGearsField(QGears::FLevelFilePtr& field, const std::str
         if (gateway.destinationFieldId != kInactiveGateWayId)
         {
             const std::string gatewayEntityName = "Gateway" + std::to_string(i);
-
-            // TODO: Obtain correct params
             gatewayScriptData += CreateGateWayScript(gatewayEntityName, "ffvii_" + fieldIdToNameLookup.at(gateway.destinationFieldId), "Spawn_" + field->getName() + "_" + std::to_string(i));
         }
     }