Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C138 static short smost[MAXYSAVES], smostcnt; variable
498 maskwallcnt = 0; smostwallcnt = 0; smostcnt = 0; spritesortcnt = 0; in drawrooms()
809 startsmostcnt = smostcnt; in drawalls()
912 if (smostcnt+i < MAXYSAVES) in drawalls()
914 smoststart[smostwallcnt] = smostcnt; in drawalls()
918 copybufbyte((long)&umost[x1],(long)&smost[smostcnt],i*sizeof(smost[0])); in drawalls()
919 smostcnt += i; in drawalls()
1017 if (smostcnt+i < MAXYSAVES) in drawalls()
1019 smoststart[smostwallcnt] = smostcnt; in drawalls()
1024 smostcnt += i; in drawalls()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C137 static short smost[MAXYSAVES], smostcnt; variable
504 maskwallcnt = 0; smostwallcnt = 0; smostcnt = 0; spritesortcnt = 0; in drawrooms()
848 startsmostcnt = smostcnt; in drawalls()
951 if (smostcnt+i < MAXYSAVES) in drawalls()
953 smoststart[smostwallcnt] = smostcnt; in drawalls()
957 copybufbyte((long)&umost[x1],(long)&smost[smostcnt],i*sizeof(smost[0])); in drawalls()
958 smostcnt += i; in drawalls()
1056 if (smostcnt+i < MAXYSAVES) in drawalls()
1058 smoststart[smostwallcnt] = smostcnt; in drawalls()
1063 smostcnt += i; in drawalls()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c438 static short smost[MAXYSAVES], smostcnt; variable
2427 startsmostcnt = smostcnt; in drawalls()
2531 if (smostcnt+i < MAXYSAVES) in drawalls()
2533 smoststart[smostwallcnt] = smostcnt; in drawalls()
2537 copybufbyte(&umost[x1],&smost[smostcnt],i*sizeof(smost[0])); in drawalls()
2538 smostcnt += i; in drawalls()
2637 if (smostcnt+i < MAXYSAVES) in drawalls()
2639 smoststart[smostwallcnt] = smostcnt; in drawalls()
2643 copybufbyte(&dmost[x1],&smost[smostcnt],i*sizeof(smost[0])); in drawalls()
2644 smostcnt += i; in drawalls()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1342 static int32_t smostcnt; variable
4374 const int32_t startsmostcnt = smostcnt; in classicDrawBunches()
4519 if (smostcnt+i < ysavecnt) in classicDrawBunches()
4521 smoststart[smostwallcnt] = smostcnt; in classicDrawBunches()
4525 copybufbyte(&umost[x1],&smost[smostcnt],i*sizeof(smost[0])); in classicDrawBunches()
4526 smostcnt += i; in classicDrawBunches()
4629 if (smostcnt+i < ysavecnt) in classicDrawBunches()
4631 smoststart[smostwallcnt] = smostcnt; in classicDrawBunches()
4636 smostcnt += i; in classicDrawBunches()
4659 smostcnt = startsmostcnt; in classicDrawBunches()
[all …]