Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dtiles.cpp27 static int32_t tilefileoffs[MAXTILES]; variable
112 RESTORE_MAPART_ARRAY(tilefileoffs, g_bakTileFileOffs); in artClearMapArt()
170 ALLOC_MAPART_ARRAY(tilefileoffs, g_bakTileFileOffs); in artSetupMapArt()
563 tilefileoffs[i] = offscount; in artReadIndexedFile()
730 if (artfilplc != tilefileoffs[tilenume]) in tileLoadData()
732 klseek(artfil, tilefileoffs[tilenume], BSEEK_SET); in tileLoadData()
738 artfilplc = tilefileoffs[tilenume]+dasiz; in tileLoadData()
/dports/games/jfsw/jfsw-c434002/src/
H A Dgame.c5878 extern int tilefileoffs[MAXTILES];//offset into the
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.cpp5847 extern int tilefileoffs[MAXTILES]; //offset into the
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.C97 long tilefileoffs[MAXTILES]; variable
2356 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
2358 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR); in loadtile()
2364 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()
2430 tilefileoffs[i] = offscount; in loadpics()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C96 long tilefileoffs[MAXTILES]; variable
2395 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
2397 klseek(artfil,tilefileoffs[tilenume]-artfilplc,SEEK_CUR); in loadtile()
2403 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()
2469 tilefileoffs[i] = offscount; in loadpics()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c86 int tilefileoffs[MAXTILES]; variable
7800 tilefileoffs[i] = offscount; in loadpics()
7881 if (artfilplc != tilefileoffs[tilenume]) in loadtile()
7883 klseek(artfil,tilefileoffs[tilenume]-artfilplc,BSEEK_CUR); in loadtile()
7889 artfilplc = tilefileoffs[tilenume]+dasiz; in loadtile()