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 ============