MCPcopy Create free account
hub / github.com/NetHack/NetHack / tileview

Function tileview

sys/msdos/video.c:1071–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void
1072tileview(boolean enable)
1073{
1074#ifdef SCREEN_VGA
1075 if (iflags.grmode && iflags.usevga)
1076 vga_traditional(enable ? FALSE : TRUE);
1077#endif
1078#ifdef SCREEN_VESA
1079 if (iflags.grmode && iflags.usevesa)
1080 vesa_traditional(enable ? FALSE : TRUE);
1081#endif
1082}
1083#endif /* NO_TERMS */
1084
1085#else /* STUBVIDEO */

Callers 1

assign_graphicsFunction · 0.85

Calls 2

vga_traditionalFunction · 0.85
vesa_traditionalFunction · 0.85

Tested by

no test coverage detected