]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qh
Add minor optimizations and comments
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qh
index f94d282aabb957945806f3e0ef96ac2584a78687..618a766b8098aad90ce59c1b07acc76e1f5b5c21 100644 (file)
@@ -48,6 +48,8 @@ float bot_distance_close;
 entity bot_list;
 .entity nextbot;
 .string cleanname;
+// the *_freeme fields exist only to avoid an engine crash
+// when trying to strunzone the original fields
 .string netname_freeme;
 .string playermodel_freeme;
 .string playerskin_freeme;