mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-17 18:27:56 -05:00
fix: make name of zone definition the target name by default
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
class ZoneDefinitionInputStream
|
||||
{
|
||||
public:
|
||||
ZoneDefinitionInputStream(std::istream& stream, std::string fileName, bool verbose);
|
||||
ZoneDefinitionInputStream(std::istream& stream, std::string targetName, std::string fileName, bool verbose);
|
||||
|
||||
void SetPreviouslySetGame(GameId game);
|
||||
std::unique_ptr<ZoneDefinition> ReadDefinition();
|
||||
@ -20,6 +20,7 @@ private:
|
||||
bool OpenBaseStream(std::istream& stream);
|
||||
void SetupStreamProxies();
|
||||
|
||||
std::string m_target_name;
|
||||
std::string m_file_name;
|
||||
bool m_verbose;
|
||||
IParserLineStream* m_stream;
|
||||
|
Reference in New Issue
Block a user