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:
Tyler Wilding
2022-10-08 12:42:52 -04:00
committed by GitHub
parent 2d1b5fa57c
commit be1e40a041
183 changed files with 12021 additions and 2055 deletions
+1 -2
View File
@@ -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;
}