]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Merge branch 'master' into Lyberta/WaypointIcons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index 7725d2d8fd040ab506048fb91ce787e0a0cbc676..496488d179b3dfd8abd9c447bc1973493dd1a26a 100644 (file)
@@ -1,6 +1,8 @@
 #pragma once
 
-.entity viewloc;
+// view location map object, intended for side-scrolling stages with a fixed camera position
+
+.entity viewloc; // points to the trigger_viewlocation networked entity
 
 void viewloc_PlayerPhysics(entity this);