mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +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);
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
R_Envmap_f
|
||||
|
||||
|
@ -213,11 +211,11 @@ 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
|
||||
R_TimeRefresh_f (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue