| 9555 | } |
| 9556 | |
| 9557 | void 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 | |
| 9566 | loc_2E6EA:; |
| 9567 | } |
| 9568 | |
| 9569 | void cFodder::Game_Load() { |
| 9570 | auto Files = g_ResourceMan->GetSaves(); |
nothing calls this directly
no outgoing calls
no test coverage detected