MCPcopy Create free account
hub / github.com/demoth/jake2 / Restart_f

Method Restart_f

client/src/main/java/jake2/client/VID.java:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 ============
82 */
83 static void Restart_f() {
84 vid_modes[11].width = (int) vid_width.value;
85 vid_modes[11].height = (int) vid_height.value;
86
87 vid_ref.modified = true;
88 }
89
90 /*
91 ** VID_GetModeInfo

Callers 1

InitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected