mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-24 21:01:06 +00:00
PSP: qboolean bad.
This commit is contained in:
parent
19f1b3b8ba
commit
5642b93d93
1 changed files with 1 additions and 1 deletions
|
@ -2379,7 +2379,7 @@ float pap_detr(int weapon)
|
|||
}
|
||||
|
||||
//R00k added particle muzzleflashes
|
||||
qboolean red_or_blue_pap;
|
||||
bool red_or_blue_pap;
|
||||
void QMB_MuzzleFlash(vec3_t org)
|
||||
{
|
||||
double frametime = fabs(cl.time - cl.oldtime);
|
||||
|
|
Loading…
Reference in a new issue