Home
last modified time | relevance | path

Searched refs:artfilplc (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dtiles.cpp47 static int32_t artfilnum, artfilplc; variable
98 artfilplc = 0L; in artClearMapArt()
611 artfilplc = 0L; in artLoadFiles()
724 artfilplc = 0L; in tileLoadData()
730 if (artfilplc != tilefileoffs[tilenume]) in tileLoadData()
738 artfilplc = tilefileoffs[tilenume]+dasiz; in tileLoadData()
/dports/games/jfsw/jfsw-c434002/src/
H A Dgame.c5897 artfilplc = 0L;
5909 if (artfilplc != tilefileoffs[tilenume])
5911 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR);
5918 artfilplc = tilefileoffs[tilenume]+walsiz[tilenume];
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dgame.cpp5866 artfilplc = 0L;
5878 if (artfilplc != tilefileoffs[tilenume])
5880 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR);
5887 artfilplc = tilefileoffs[tilenume]+walsiz[tilenume];
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C247 static long numtilefiles, artfil = -1, artfilnum, artfilplc; variable
2339 artfilplc = 0L; in loadtile()
2356 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
2358 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR); in loadtile()
2364 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()
2466 artfilplc = 0L; in loadpics()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C246 static long numtilefiles, artfil = -1, artfilnum, artfilplc; variable
2378 artfilplc = 0L; in loadtile()
2395 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
2397 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR); in loadtile()
2403 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()
2505 artfilplc = 0L; in loadpics()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c550 static int numtilefiles, artfil = -1, artfilnum, artfilplc; variable
7840 artfilplc = 0L; in loadpics()
7864 artfilplc = 0L; in loadtile()
7881 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
7883 klseek(artfil,tilefileoffs[tilenume]-artfilplc,BSEEK_CUR); in loadtile()
7889 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()