Lines Matching refs:templong

515 	int i, j, k, cnt, templong=0, doubvel, changedir, wallfind[2], daz[2];  in editinput()  local
883 templong = getceilzofslope(searchsector,sprite[i].x,sprite[i].y); in editinput()
884 templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<2); in editinput()
885 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
886 if (sprite[i].z == templong) in editinput()
899 templong = getceilzofslope(highlightsector[j],sprite[i].x,sprite[i].y); in editinput()
900 templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<2); in editinput()
901 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
902 if (sprite[i].z == templong) in editinput()
917 templong = getflorzofslope(searchsector,sprite[i].x,sprite[i].y); in editinput()
918 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
919 if (sprite[i].z == templong) in editinput()
932 templong = getflorzofslope(highlightsector[j],sprite[i].x,sprite[i].y); in editinput()
933 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
934 if (sprite[i].z == templong) in editinput()
997 templong = getceilzofslope(searchsector,sprite[i].x,sprite[i].y); in editinput()
998 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
999 templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<2); in editinput()
1000 if (sprite[i].z == templong) in editinput()
1013 templong = getceilzofslope(highlightsector[j],sprite[i].x,sprite[i].y); in editinput()
1014 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
1015 templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<2); in editinput()
1016 if (sprite[i].z == templong) in editinput()
1031 templong = getflorzofslope(searchsector,sprite[i].x,sprite[i].y); in editinput()
1032 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
1033 if (sprite[i].z == templong) in editinput()
1046 templong = getflorzofslope(highlightsector[j],sprite[i].x,sprite[i].y); in editinput()
1047 if (sprite[i].cstat&128) templong += ((tilesizy[sprite[i].picnum]*sprite[i].yrepeat)<<1); in editinput()
1048 if (sprite[i].z == templong) in editinput()
1449 if (searchstat == 0) templong = wall[searchwall].picnum; in editinput()
1450 if (searchstat == 1) templong = sector[searchsector].ceilingpicnum; in editinput()
1451 if (searchstat == 2) templong = sector[searchsector].floorpicnum; in editinput()
1452 if (searchstat == 3) templong = sprite[searchwall].picnum; in editinput()
1453 if (searchstat == 4) templong = wall[searchwall].overpicnum; in editinput()
1454 templong = gettile(templong); in editinput()
1455 if (searchstat == 0) wall[searchwall].picnum = templong; in editinput()
1456 if (searchstat == 1) sector[searchsector].ceilingpicnum = templong; in editinput()
1457 if (searchstat == 2) sector[searchsector].floorpicnum = templong; in editinput()
1458 if (searchstat == 3) sprite[searchwall].picnum = templong; in editinput()
1461 wall[searchwall].overpicnum = templong; in editinput()
1463 wall[wall[searchwall].nextwall].overpicnum = templong; in editinput()
2003 templong = (keystatus[0x2a]|keystatus[0x36]); in editinput()
2010 if (templong == 0) in editinput()
2020 if (templong == 0) in editinput()
2027 if (templong == 0) wall[i].cstat &= ~32; in editinput()
2361 int i, j, k, otilenum, topleft, gap, temp, templong, ch; in gettile() local
2399 templong = localartfreq[temp]; in gettile()
2401 localartfreq[temp+gap] = templong; in gettile()
2402 templong = localartlookup[temp]; in gettile()
2404 localartlookup[temp+gap] = templong; in gettile()
2668 int templong, templong1, templong2, doubvel; in overheadeditor() local
2823 templong = numwalls; in overheadeditor()
2825 if (numwalls < 0) numwalls = templong; in overheadeditor()
2941 numwalls = templong; in overheadeditor()
3528 templong = highlightx1; highlightx1 = highlightx2; highlightx2 = templong; in overheadeditor()
3532 templong = highlighty1; highlighty1 = highlighty2; highlighty2 = templong; in overheadeditor()
3626 templong = highlightx1; highlightx1 = highlightx2; highlightx2 = templong; in overheadeditor()
3630 templong = highlighty1; highlighty1 = highlighty2; highlighty2 = templong; in overheadeditor()
3701 templong = ((tilesizy[sprite[j].picnum]*sprite[j].yrepeat)<<2); in overheadeditor()
3702 …sprite[j].z = max(sprite[j].z,getceilzofslope(sprite[j].sectnum,sprite[j].x,sprite[j].y)+templong); in overheadeditor()
3713 templong = ((tilesizy[sprite[j].picnum]*sprite[j].yrepeat)<<2); in overheadeditor()
3715 …sprite[j].z = max(sprite[j].z,getceilzofslope(sprite[j].sectnum,sprite[j].x,sprite[j].y)+templong); in overheadeditor()
5726 int minx, templong, x0, x1, x2, y0, y1, y2; in clockdir() local
5752 templong = (x0-x1)*(y2-y1) - (x2-x1)*(y0-y1); in clockdir()
5753 if (templong < 0) in clockdir()
5761 int i, j, nume, templong; in flipwalls() local
5768 templong = wall[i].x; wall[i].x = wall[j].x; wall[j].x = templong; in flipwalls()
5769 templong = wall[i].y; wall[i].y = wall[j].y; wall[j].y = templong; in flipwalls()
6006 int x1, y1, x2, y2, templong; in loopinside() local
6019 templong = x1, x1 = x2, x2 = templong; in loopinside()
6020 templong = y1, y1 = y2, y2 = templong; in loopinside()
6348 int x1, x2, y1, y2, sy, y, templong; in fillsector() local
6384 templong = x1; x1 = x2; x2 = templong; in fillsector()
6385 templong = y1; y1 = y2; y2 = templong; in fillsector()
6402 templong = fillist[z]; fillist[z] = fillist[zz]; fillist[zz] = templong; in fillsector()