From fbb026b09ed00da8238c52fb35cb051f1796c0cb Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 5 Aug 2015 22:09:16 +1000 Subject: [PATCH] Add a virtually useless comment as an excuse to push to this branch again --- qcsrc/common/triggers/trigger/viewloc.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/triggers/trigger/viewloc.qc b/qcsrc/common/triggers/trigger/viewloc.qc index 008dc8e61..b36b5eadb 100644 --- a/qcsrc/common/triggers/trigger/viewloc.qc +++ b/qcsrc/common/triggers/trigger/viewloc.qc @@ -12,6 +12,8 @@ void viewloc_think() { entity e; + // we abuse this method, rather than using normal .touch, because touch isn't reliable with multiple clients inside the same trigger, and can't "untouch" entities + // set myself as current viewloc where possible for(e = world; (e = findentity(e, viewloc, self)); ) e.viewloc = world; -- 2.39.2