mirror of
https://github.com/open-goal/jak-project
synced 2026-06-30 20:02:12 -04:00
d/jak2: decompile conveyor | elevator | plat | bouncer | basebutton | base-plat | most of sampler | simple-nav-sphere | simple-focus | elec-gate and blocking-plane (#1942)
Most of these have been atleast partially documented / named / cleaned up as well. Co-authored-by: water <awaterford111445@gmail.com>
This commit is contained in:
@@ -376,8 +376,7 @@ bool MakeSystem::make(const std::string& target_in, bool force, bool verbose) {
|
||||
lg::print("Error: {}\n", e.what());
|
||||
}
|
||||
if (!success) {
|
||||
lg::print("Build failed on {}{}.\n", rule->input.at(0),
|
||||
rule->input.size() > 1 ? ", ..." : "");
|
||||
lg::print("Build failed on {}{}\n", rule->input.at(0), rule->input.size() > 1 ? ", ..." : "");
|
||||
throw std::runtime_error("Build failed.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user