]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Added optional float global sb_showscores to CSQC that represents the engine's +shows...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 8 Sep 2007 02:40:20 +0000 (02:40 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 8 Sep 2007 02:40:20 +0000 (02:40 +0000)
commit353e8145caaa147fc7a469a7081f93cbd0966d57
tree443e5d0d77fc241e4082b995cb43a54ab25cb919
parent1950409af844e107d22d8f396e89213ec2f32ff2
Added optional float global sb_showscores to CSQC that represents the engine's +showscores state.  To support this in your CSQC, simply add this :
float sb_showscores;

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7562 d7cf8633-e32d-0410-b094-e92efae38249
csprogs.c
progsvm.h
prvm_edict.c
sbar.c