mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Fixes
This commit is contained in:
parent
54699c794f
commit
dd646ea7a8
@ -213,7 +213,7 @@ if (ISLE_USE_DX5)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Link libraries
|
# Link libraries
|
||||||
target_link_libraries(lego1 PRIVATE ddraw dsound dxguid winmm)
|
target_link_libraries(lego1 PRIVATE ddraw dsound dxguid dinput winmm)
|
||||||
|
|
||||||
# Make sure filenames are ALL CAPS
|
# Make sure filenames are ALL CAPS
|
||||||
set_property(TARGET lego1 PROPERTY OUTPUT_NAME LEGO1)
|
set_property(TARGET lego1 PROPERTY OUTPUT_NAME LEGO1)
|
||||||
|
|||||||
@ -83,8 +83,8 @@ MxResult MxTransitionManager::StartTransition(TransitionType p_animationType, Mx
|
|||||||
tickleManager->RegisterClient(this, p_speed);
|
tickleManager->RegisterClient(this, p_speed);
|
||||||
|
|
||||||
LegoInputManager *inputManager = InputManager();
|
LegoInputManager *inputManager = InputManager();
|
||||||
inputManager->m_unk88 = TRUE;
|
inputManager->m_unk0x88 = TRUE;
|
||||||
inputManager->m_unk336 = FALSE;
|
inputManager->m_unk0x336 = FALSE;
|
||||||
|
|
||||||
LegoVideoManager *videoManager = VideoManager();
|
LegoVideoManager *videoManager = VideoManager();
|
||||||
videoManager->SetUnkE4(FALSE);
|
videoManager->SetUnkE4(FALSE);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user