]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Damn! PlayerPreThink code is buggy! The countdown didn't stop when dead because ...
authorterencehill <piuntn@gmail.com>
Sun, 12 Jun 2011 23:13:47 +0000 (01:13 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 12 Jun 2011 23:45:31 +0000 (01:45 +0200)
commit73431c4592776fb5b2792ab5d39ee56810abb89d
tree47baf82b325244005299945f836794c55aae7a40
parent94e06a728c24bc94f5a05cc8233fc0d920b980f2
Damn! PlayerPreThink code is buggy! The countdown didn't stop when dead because (self.deadflag == DEAD_NO) is always true there... Add a FIXME comment as other code does that check and needs to be fixed.
qcsrc/server/cl_client.qc