MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetCorrupted

Method SetCorrupted

src/window_savefile.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void Window_SaveFile::SetCorrupted(bool corrupted) {
82 this->corrupted = corrupted;
83}
84
85bool Window_SaveFile::IsValid() const {
86 return has_save && !corrupted;

Callers 2

PopulateSaveWindowMethod · 0.80
PopulateSaveWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected