MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / set_defaults

Method set_defaults

src/Settings.cpp:37–49  ·  view source on GitHub ↗

mc2: 0x0053B930

Source from the content-addressed store, hash-verified

35
36//mc2: 0x0053B930
37void Settings::set_defaults() {
38 this->unk00 = 0;
39 set_audio_driver("Miles Fast 2D Positional Audio");
40 set_screen_width(640);
41 set_screen_height(480);
42 set_screen_depth(32);
43 set_draw_distance(500);
44 set_environment_mapping(1);
45 set_reflections(1);
46 set_shadows(1);
47 set_fullscreen_effects(1);
48 this->language_id = 0;
49}
50
51template <typename Ch, typename Traits, typename Alloc, typename A, typename B>
52struct pair_translator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected