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

Method ResetSystemGraphic

src/game_system.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void Game_System::ResetSystemGraphic() {
241 data.graphics_name = "";
242 data.message_stretch = (lcf::rpg::System::Stretch)0;
243 data.font_id = (lcf::rpg::System::Font)0;
244
245 ReloadSystemGraphic();
246}
247
248template <typename T>
249static const T& GetAudio(const T& save, const T& db) {

Callers 2

StartMethod · 0.80
ContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected