Home
last modified time | relevance | path

Searched refs:wadlen (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dwad2art.cpp16 static int wadplc[MAXWADS], wadlen[MAXWADS], numwads; variable
37wadlen[i] = ((int)tempbuf[j])+(((int)tempbuf[j+1])<<8)+(((int)tempbuf[j+2])<<16)+(((int)tempbuf[j+… in loadwadheader()
138 read(fil1,&tempbuf[0],wadlen[z]); in showart()
139 curplc = wadplc[z]+wadlen[z]; in showart()
186 if (wadlen[z] == 4096) in showart()
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dwad2art.c16 static int wadplc[MAXWADS], wadlen[MAXWADS], numwads; variable
37wadlen[i] = ((int)tempbuf[j])+(((int)tempbuf[j+1])<<8)+(((int)tempbuf[j+2])<<16)+(((int)tempbuf[j+… in loadwadheader()
154 read(fil1,&tempbuf[0],wadlen[z]); in showart()
155 curplc = wadplc[z]+wadlen[z]; in showart()
202 if (wadlen[z] == 4096) in showart()