mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement parts of LegoCarBuild
and dependents (#1092)
* Implement parts of `LegoCarBuild` and dependents * Fix BETA10 offset * Fix constants * Code style: Rename parameters * Linter fixes v2 * Linter errors v3 * Add BETA10 variable names for presenters * Address review comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -332,6 +332,7 @@ void LegoInputManager::ClearCamera()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1005c720
|
||||
// FUNCTION: BETA10 0x100896b8
|
||||
void LegoInputManager::SetWorld(LegoWorld* p_world)
|
||||
{
|
||||
m_world = p_world;
|
||||
|
Reference in New Issue
Block a user