mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-14 22:05:53 +00:00
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…
x
Reference in New Issue
Block a user