mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 03:06:18 -04:00
fix the filenames for the code files + minor fixes (#1159)
* some changes to make the `anim-tester` kinda work * types for `lava` (who cares) * fix divide by zero macros * cleanup filenames * fix tests + minor bug
This commit is contained in:
@@ -580,9 +580,6 @@ uint32_t link_control::work_v2() {
|
||||
if (m_segment_process == 0) {
|
||||
m_heap_gap =
|
||||
m_object_data - m_heap->current; // distance between end of heap and start of object
|
||||
if (m_object_data.offset < m_heap->current.offset) {
|
||||
ASSERT(false);
|
||||
}
|
||||
}
|
||||
|
||||
if (m_heap_gap <
|
||||
|
||||
Reference in New Issue
Block a user