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

Function decal_planar

sys/msdos/vidvga.c:732–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732static void
733decal_planar(struct planar_cell_struct *gpcs UNUSED, unsigned special)
734{
735 if (special & MG_CORPSE) {
736 } else if (special & MG_INVIS) {
737 } else if (special & MG_DETECT) {
738 } else if (special & MG_PET) {
739 } else if (special & MG_RIDDEN) {
740 }
741}
742
743/*
744 * Open tile files,

Callers 3

vga_xputgFunction · 0.85
vidvga.cFile · 0.85
vga_scrollmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected