mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
[decomp] load boundaries (#922)
* mostly working * fixes * very small fixes * fix tests * clang
This commit is contained in:
@@ -109,7 +109,7 @@ goos::Object MakeSystem::handle_defstep(const goos::Object& form,
|
||||
m_output_to_step.insert({output, step});
|
||||
}
|
||||
|
||||
return goos::EmptyListObject::make_new();
|
||||
return goos::Object::make_empty_list();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user