mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 23:07:42 +00:00
SpecMP3: Remove unnecessary initializer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user