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:
ManDude
2022-02-13 05:12:05 +00:00
committed by GitHub
parent e4c841f9f5
commit e91c581c2a
39 changed files with 161 additions and 168 deletions
-3
View File
@@ -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 <