diff options
| author | xolatile | 2025-07-17 23:28:55 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-17 23:28:55 +0200 |
| commit | c79dda69d6e603500a5681430172b5152041af0a (patch) | |
| tree | c1669442318e77a9ae76009edd5eefcaa69064ce /src/fpsgame/waypoint.cpp | |
| parent | 5b88d873f42b1cad5c5fd03888cfe45b82da06d6 (diff) | |
| download | xolatile-badassbug-c79dda69d6e603500a5681430172b5152041af0a.tar.xz xolatile-badassbug-c79dda69d6e603500a5681430172b5152041af0a.tar.zst | |
Big changed mentioned in IRC channel...
Diffstat (limited to 'src/fpsgame/waypoint.cpp')
| -rw-r--r-- | src/fpsgame/waypoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpsgame/waypoint.cpp b/src/fpsgame/waypoint.cpp index ed504e9..b59b388 100644 --- a/src/fpsgame/waypoint.cpp +++ b/src/fpsgame/waypoint.cpp @@ -616,7 +616,7 @@ namespace ai extentity &e = *entities::ents[i]; switch(e.type) { - case PLAYERSTART: case TELEPORT: case JUMPPAD: case FLAG: case BASE: + case PLAYERSTART: case TELEPORT: case JUMPPAD: addwaypoint(e.o); break; default: |
