Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_ted.c1911 wall_t * tempwall; in SetupWalls() local
2157 wall_t * tempwall; in SetupAnimatedWalls() local
2175 tempwall->which = WALL; in SetupAnimatedWalls()
2176 tempwall->tile = tile-3; in SetupAnimatedWalls()
2186 tempwall->which = WALL; in SetupAnimatedWalls()
2187 tempwall->tile = tile-3; in SetupAnimatedWalls()
2196 tempwall->which = WALL; in SetupAnimatedWalls()
2197 tempwall->tile = tile-16; in SetupAnimatedWalls()
2206 tempwall->which = WALL; in SetupAnimatedWalls()
2207 tempwall->tile = tile-224+94; in SetupAnimatedWalls()
[all …]
H A Drt_playr.c1571 wall_t* tempwall=NULL; in Cmd_Use() local
1667 tempwall->flags |= FL_S_FLIPPED; in Cmd_Use()
1757 else if ((tempwall) && (tempwall->which == WALL) && in Cmd_Use()
1760 tempwall->flags |= FL_S_FLIPPED; in Cmd_Use()
1768 if (!(tempwall->flags & FL_ON)) in Cmd_Use()
1771 tempwall->flags |= FL_ON; in Cmd_Use()
1780 tempwall->flags &= ~FL_ON; in Cmd_Use()
1794 if (!(tempwall->flags & FL_ON)) in Cmd_Use()
1797 tempwall->flags |= FL_ON; in Cmd_Use()
1806 tempwall->flags &= ~FL_ON; in Cmd_Use()
[all …]
H A Drt_actor.c2337 wall_t *tempwall; in SpawnFirebomb() local
2415 if ((tempwall && M_ISWALL(tempwall)) || doorat || in SpawnFirebomb()
4981 wall_t *tempwall; in MissileTryMove() local
5230 tempwall = (wall_t*)actorat[x][y]; in MissileTryMove()
5233 if (tempwall && M_ISWALL(tempwall) && (tempwall->which!=MWALL)) in MissileTryMove()
5246 DetonateMissile(ob,tempwall); in MissileTryMove()
5385 wall_t*tempwall; in SpawnFirewall() local
5436 if (tempwall && M_ISWALL(tempwall)) in SpawnFirewall()
6583 wall_t *tempwall; in CheckRegularWalls() local
6586 tempwall = (wall_t*)actorat[x][y]; in CheckRegularWalls()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp2898 int32_t tempsect=sectnum, tempwall=wallnum; in SetFirstWall() local
2903 tempwall = yax_getnextwall(tempwall, cf); in SetFirstWall()
2904 if (tempwall < 0) in SetFirstWall()
2906 editwall[tempwall>>3] |= 1<<(tempwall&7); in SetFirstWall()
4270 uwalltype tempwall; in overheadeditor() local
4321 Bmemcpy(&tempwall, &wall[startofloop+w], sizeof(walltype)); in overheadeditor()
4323 Bmemcpy(&wall[endofloop-w+1], &tempwall, sizeof(walltype)); in overheadeditor()