]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
Merge branch 'master' into pending-release
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index 5fbf0dc697d5a0ac5d046292d525f6a6c2def2a5..ec48845a10b249dc6b51fba3fa31ce2475d34853 100644 (file)
@@ -59,7 +59,7 @@ float orig_slowmo;       // contains the value of autocvar_slowmo so that, after
 float timeout_time;      // contains the time in seconds that the active timeout has left
 float timeout_leadtime;  // contains the number of seconds left of the leadtime (before the timeout starts)
 .float allowed_timeouts; // contains the number of allowed timeouts for each player
-.vector lastV_angle;     // used when pausing the game in order to force the player to keep his old view angle fixed
+.vector lastV_angle;     // used when pausing the game in order to force the player to keep their old view angle fixed
 
 // allow functions to be used in other code like world.qc and teamplay.qc
 void timeout_handler_think(entity this);