-
Notifications
You must be signed in to change notification settings - Fork 14
Idiosyncrasies
Victor edited this page Dec 6, 2022
·
1 revision
- Rocket damage penetrates walls, cause - a missing sight check in P_RadiusAttack: https://github.com/Arc0re/jaguardoom/blob/master/p_map.c#L333
- Monsters and players can telefrag stuff due to a missing P_TeleportMove call in EV_Teleport: https://github.com/chocolate-doom/chocolate-doom/blob/e55356d93a1408ca9db9a8cc57ec243f9fc8f99a/src/doom/p_telept.c#L96