Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dtekmsc.cpp156 short hcpos,wppos,rvpos; variable
514 hcpos=-tilesiz[HCDEVICE].x; in tekgamestarted()
1181 if (hcpos < 0) { in tekscreenfx()
1182 hcpos+=(TICSPERFRAME<<2); in tekscreenfx()
1183 if (hcpos >= 0) { in tekscreenfx()
1184 hcpos=0; in tekscreenfx()
1242 else if (abs(hcpos) < tilesiz[HCDEVICE].x) { in tekscreenfx()
1243 hcpos-=(TICSPERFRAME<<2); in tekscreenfx()
1244 if (abs(hcpos) > tilesiz[HCDEVICE].x) { in tekscreenfx()
1245 hcpos=-tilesiz[HCDEVICE].x; in tekscreenfx()
[all …]