Paul hace 11 años
padre
commit
ebd1595a5f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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));
         }
     }