]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Add an intrusive list for vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index a1c180cef831779830352ecfe6c0ad67c43409a7..3f6f392b63046cc47edc6acec343d6e073184dad 100644 (file)
@@ -449,3 +449,6 @@ STATIC_INIT(g_monsters) { g_monsters = IL_NEW(); }
 
 IntrusiveList g_waypoints;
 STATIC_INIT(g_waypoints) { g_waypoints = IL_NEW(); }
+
+IntrusiveList g_vehicles;
+STATIC_INIT(g_vehicles) { g_vehicles = IL_NEW(); }