Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openlrr/OpenLRR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void __cdecl OpenLRR_HandleCommand(HWND hWnd, uint16 wmId, uint16 wmSrc)

case IDM_AUTOGAMESPEED:
//std::printf("IDM_AUTOGAMESPEED\n");
Info_SetAutoGameSpeed(!LegoRR::Info_IsAutoGameSpeed());
LegoRR::Info_SetAutoGameSpeed(!LegoRR::Info_IsAutoGameSpeed());
updateOptionsMenuCycles();
break;

Expand Down Expand Up @@ -772,7 +772,7 @@ void __cdecl OpenLRR_HandleCommand(HWND hWnd, uint16 wmId, uint16 wmSrc)

case IDM_UNLOCKBUILD:
//std::printf("IDM_UNLOCKBUILD\n");
Dependencies_SetEnabled(!LegoRR::Dependencies_IsEnabled());
LegoRR::Dependencies_SetEnabled(!LegoRR::Dependencies_IsEnabled());
break;

case IDM_NOBUILDCOSTS:
Expand Down
Loading