mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
update readme and fix always playing str (#1139)
* update readme deps * replace assert * bump timeout * fix memory corruption in kernel * use unknown if level name is invalid
This commit is contained in:
@@ -276,6 +276,6 @@ std::string inspect_ref(const Ref& ref) {
|
||||
case decompiler::LinkedWord::TYPE_PTR:
|
||||
return fmt::format("[t'{}]", word.symbol_name());
|
||||
default:
|
||||
assert(false);
|
||||
ASSERT(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user