MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / bump_h

Function bump_h

bitmap/bumpmap.cpp:126–129  ·  view source on GitHub ↗

returns height of bumpmap

Source from the content-addressed store, hash-verified

124
125// returns height of bumpmap
126uint8_t bump_h(int handle) {
127 ASSERT(GameBumpmaps[handle].flags & BUMPF_USED);
128 return GameBumpmaps[handle].height;
129}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected