Do not throw grenades in narrow places.
Removed displaying of "CROSSING" flag for nodes, as it's not used anymore. Do not aim last / predict enemy in narrow places (like tunnels, when crouching).
This commit is contained in:
parent
d7ee3ae35a
commit
2aba34a24b
9 changed files with 121 additions and 16 deletions
|
|
@ -848,6 +848,9 @@ void Game::slowFrame () {
|
|||
// initialize light levels
|
||||
graph.initLightLevels ();
|
||||
|
||||
// initialize corridors
|
||||
graph.initNarrowPlaces ();
|
||||
|
||||
// detect csdm
|
||||
applyGameModes ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue