Searched refs:currentMapPath (Results 1 – 3 of 3) sorted by relevance
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/ |
H A D | p_enemy.c | 1588 AutoStr *currentMapPath = G_CurrentMapUriPath(); in A_BossDeath() local 1612 if(Str_CompareIgnoreCase(currentMapPath, trigger->mapPath)) continue; in A_BossDeath() 1663 AutoStr *currentMapPath = G_CurrentMapUriPath(); in A_Hoof() local 1666 (!Str_CompareIgnoreCase(currentMapPath, "E1M8") || in A_Hoof() 1667 !Str_CompareIgnoreCase(currentMapPath, "E2M8") || in A_Hoof() 1668 !Str_CompareIgnoreCase(currentMapPath, "E3M8") || in A_Hoof() 1669 !Str_CompareIgnoreCase(currentMapPath, "E4M8"))? DDSF_NO_ATTENUATION : 0), mo); in A_Hoof() 1679 AutoStr *currentMapPath = G_CurrentMapUriPath(); in A_Metal() local 1682 (!Str_CompareIgnoreCase(currentMapPath, "E1M8") || in A_Metal() 1683 !Str_CompareIgnoreCase(currentMapPath, "E2M8") || in A_Metal() [all …]
|
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/ |
H A D | p_enemy.c | 1483 AutoStr *currentMapPath = G_CurrentMapUriPath(); in A_CyberDeath() local 1510 if(Str_CompareIgnoreCase(currentMapPath, trigger->mapPath)) continue; in A_CyberDeath()
|
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/ |
H A D | p_enemy.c | 2172 AutoStr *currentMapPath = G_CurrentMapUriPath(); in A_BossDeath() local 2180 if(Str_CompareIgnoreCase(currentMapPath, trigger->mapPath)) continue; in A_BossDeath()
|