From: drjaska Date: Tue, 9 May 2023 22:13:51 +0000 (+0300) Subject: change one comment to be more according contributing guidelines X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0a88fe3cc5e3cfaacae933f872231b773c8d0e8f;p=xonotic%2Fdarkplaces.git change one comment to be more according contributing guidelines --- diff --git a/r_sprites.c b/r_sprites.c index 33915581..ab07ab2b 100644 --- a/r_sprites.c +++ b/r_sprites.c @@ -24,11 +24,11 @@ extern cvar_t r_overheadsprites_scaley; #endif /* R_Track_Sprite - If the sprite is out of view, track it. - `origin`, `left` and `up` are changed by this function to achive a rotation around - the hotspot. - - --blub + * If the sprite is out of view, track it. + * `origin`, `left` and `up` are changed by this function to achive a rotation around + * the hotspot. + * + * --blub */ #define SIDE_TOP 1 #define SIDE_LEFT 2