]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Added the global float "intermission" to CSQC defs (in clprogdefs.h). Intermission...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Jul 2007 06:11:10 +0000 (06:11 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Jul 2007 06:11:10 +0000 (06:11 +0000)
commitaad158b86f1152258b6d0dc8052f2424c63ab5b7
treeb3b1d300f247c0aeca3e3fa0ce448e7f65e2480a
parentc26da8b8c9d29251ebbff484ed9af3392e651e69
Added the global float "intermission" to CSQC defs (in clprogdefs.h).  Intermission was added after the global float servercommandframe, and MUST be added in all CSQC definitions files at this location.  This float is updated whenever the client intermission is updated.

This new global float is part of Spike's CSQC definition, as it exists in his globals as well (albeit in a different order from DP's).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7495 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
clprogdefs.h
csprogs.c