mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -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:
@@ -15,7 +15,7 @@
|
||||
SystemThread& SystemThreadManager::create_thread(const std::string& name) {
|
||||
if (thread_count >= MAX_SYSTEM_THREADS) {
|
||||
lg::die("Out of System Threads! MAX_SYSTEM_THREADS is ", MAX_SYSTEM_THREADS);
|
||||
assert(false);
|
||||
ASSERT(false);
|
||||
}
|
||||
auto& thread = threads[thread_count];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user