]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a code comment about how the string works. Clipboard and database seem to be...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 20:54:39 +0000 (23:54 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 28 Oct 2011 20:54:39 +0000 (23:54 +0300)
qcsrc/server/mutators/sandbox.qc

index 87298059fadf3746bfeeb4ab7a097c424d9fb763..cfa7ce960e31bf9b8e0d6ad40503667d29abb070 100644 (file)
@@ -195,6 +195,7 @@ entity sandbox_ObjectPort_Load(string s, float database)
        float n, i;
        entity e, parent;
 
+       // first separate objects by ; then separate each object's properties
        for(;;)
        {
                n = tokenizebyseparator(s, "; ");