mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
Tiny comment cleanup
This commit is contained in:
parent
b0e9bd3ddc
commit
fd19f9332d
1 changed files with 3 additions and 5 deletions
|
@ -65,8 +65,6 @@ qboolean VID_Is8bit (void);
|
||||||
void R_InitBubble (void);
|
void R_InitBubble (void);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
R_Envmap_f
|
R_Envmap_f
|
||||||
|
|
||||||
|
@ -216,8 +214,8 @@ R_NewMap (model_t *worldmodel, struct model_s **models, int num_models)
|
||||||
R_TimeRefresh_f
|
R_TimeRefresh_f
|
||||||
|
|
||||||
For program optimization
|
For program optimization
|
||||||
|
LordHavoc: improved appearance and accuracy of timerefresh
|
||||||
*/
|
*/
|
||||||
// LordHavoc: improved appearance and accuracy of timerefresh
|
|
||||||
void
|
void
|
||||||
R_TimeRefresh_f (void)
|
R_TimeRefresh_f (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue