MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / String_Input_Check

Method String_Input_Check

Source/Fodder.cpp:9557–9567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9555}
9556
9557void cFodder::String_Input_Check() {
9558
9559 if (mKeyCodeAscii != 0x0D) {
9560 byte_44AC0 &= 0x3F;
9561 if (byte_44AC0 < 0x20)
9562 goto loc_2E6EA;
9563 }
9564 return;
9565
9566loc_2E6EA:;
9567}
9568
9569void cFodder::Game_Load() {
9570 auto Files = g_ResourceMan->GetSaves();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected