mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Remove a no-longer needed note.
This commit is contained in:
parent
65c526c057
commit
9f3bc7f36f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void R_TeleportSplash (vec3_t org);
|
|||
void R_PushDlights (vec3_t entorigin);
|
||||
|
||||
void R_InitParticles (void);
|
||||
inline void R_ClearParticles (void); // DESPAIR
|
||||
inline void R_ClearParticles (void);
|
||||
void R_DrawParticles (void);
|
||||
|
||||
#define MAX_FIRES 128 // rocket flames
|
||||
|
|
Loading…
Reference in a new issue