This commit is contained in:
Walter Julius Hennecke 2013-12-20 22:26:59 +01:00
parent 56f1618266
commit 07c56ab5bb
1 changed files with 1489 additions and 1489 deletions

View File

@ -188,7 +188,7 @@ vec3_t bytedirs[NUMVERTEXNORMALS] =
/*==============================================================*/
int32_t Q_rand( int32_t *seed ) {
int32_t Q_rand( int32_t* seed ) {
*seed = (69069 * *seed + 1);
return *seed;
}