mirror of https://github.com/AxioDL/metaforce.git
SpecMP3: Remove unnecessary initializer
This commit is contained in:
parent
94c4c0f102
commit
be1d77f550
|
@ -305,7 +305,7 @@ struct SpecMP3 : SpecBase {
|
|||
}
|
||||
|
||||
bool extractFromDisc(nod::DiscBase& disc, bool force, const hecl::MultiProgressPrinter& progress) override {
|
||||
hecl::SystemString currentTarget = _SYS_STR("");
|
||||
hecl::SystemString currentTarget;
|
||||
size_t nodeCount = 0;
|
||||
int prog = 0;
|
||||
nod::ExtractionContext ctx = {force, [&](std::string_view name, float) {
|
||||
|
|
Loading…
Reference in New Issue