MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / LoadGame

Method LoadGame

PanzerChasm/host.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void Host::LoadGame( const unsigned int slot_number )
395{
396 char file_name[64];
397 GetSaveFileNameForSlot( slot_number, file_name, sizeof(file_name) );
398 DoLoad( file_name );
399}
400
401void Host::VidRestart()
402{

Callers 2

ProcessEventMethod · 0.80

Calls 1

GetSaveFileNameForSlotFunction · 0.85

Tested by

no test coverage detected