mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 03:26:33 -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:
@@ -25,7 +25,7 @@ bool integer_fits(s64 in, int size, bool is_signed) {
|
||||
case 8:
|
||||
return true;
|
||||
default:
|
||||
assert(false);
|
||||
ASSERT(false);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user