From c79dda69d6e603500a5681430172b5152041af0a Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 17 Jul 2025 23:28:55 +0200 Subject: Big changed mentioned in IRC channel... --- src/fpsgame/waypoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fpsgame/waypoint.cpp') 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: -- cgit v1.2.3