From: Mario Date: Wed, 5 Aug 2015 12:09:16 +0000 (+1000) Subject: Add a virtually useless comment as an excuse to push to this branch again X-Git-Tag: xonotic-v0.8.1~21^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fbb026b09ed00da8238c52fb35cb051f1796c0cb;p=xonotic%2Fxonotic-data.pk3dir.git Add a virtually useless comment as an excuse to push to this branch again --- 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;