From 45d58a874245b3987a1bba4dd07587bdfcc1c214 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 3 Oct 2022 14:43:52 -0700 Subject: [PATCH] leave comment in base/mapcycle.txt --- base/mapcycle.txt | 4 ++++ src/shared/NSEntity.qc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/base/mapcycle.txt b/base/mapcycle.txt index a9a08d27..78d70be3 100644 --- a/base/mapcycle.txt +++ b/base/mapcycle.txt @@ -1,3 +1,7 @@ +// An example mapcycle! If this file is present +// and the maps listed exist, then the multiplayer +// mode will usually rotate between them when +// time, fraglimit or something else was reached test_dlights test_monitor test_lightwarmth diff --git a/src/shared/NSEntity.qc b/src/shared/NSEntity.qc index 02369d38..927dc516 100644 --- a/src/shared/NSEntity.qc +++ b/src/shared/NSEntity.qc @@ -110,7 +110,7 @@ NSEntity::WorldSpaceCenter(void) /* ============ -NSEntity::VisibleVec +NSEntity::WaterLevel Returns whether or not the entity is able to see a given position ============