func_dustcloud: Fix warning in predraw.

This commit is contained in:
Marco Cawthorne 2023-10-03 10:52:08 -07:00
parent c1d6324153
commit c531efaaf9
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -80,7 +80,7 @@ func_dustcloud_cloud::predraw(void)
vector vecPlayer = g_view.GetCameraOrigin();
if (checkpvs(vecPlayer, this) == FALSE) {
return;
return (PREDRAW_NEXT);
}
makevectors(view_angles);
@ -107,7 +107,7 @@ func_dustcloud_cloud::predraw(void)
lifetime += frametime;
return PREDRAW_NEXT;
return (PREDRAW_NEXT);
}
void