mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -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:
@@ -47,7 +47,7 @@ void StackSpillMap::finalize() {
|
||||
max_offset = std::max(max_offset, slot.second.offset + slot.second.size);
|
||||
}
|
||||
|
||||
assert(max_offset < 4096); // just a sanity check here
|
||||
ASSERT(max_offset < 4096); // just a sanity check here
|
||||
std::vector<int> var_count(max_offset, 0);
|
||||
|
||||
for (auto& slot : m_slot_map) {
|
||||
|
||||
Reference in New Issue
Block a user