MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / disableCleats

Function disableCleats

TheForceEngine/TFE_DarkForces/mission.cpp:1011–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 }
1010
1011 void disableCleats()
1012 {
1013 if (s_wearingCleats)
1014 {
1015 s_wearingCleats = JFALSE;
1016 hud_sendTextMessage(21);
1017 }
1018 }
1019
1020 void enableCleats()
1021 {

Callers 4

handleGeneralInputFunction · 0.85
player_createControllerFunction · 0.85
removeCleatsFunction · 0.85

Calls 1

hud_sendTextMessageFunction · 0.85

Tested by

no test coverage detected