From 0a88fe3cc5e3cfaacae933f872231b773c8d0e8f Mon Sep 17 00:00:00 2001 From: drjaska Date: Wed, 10 May 2023 01:13:51 +0300 Subject: [PATCH] change one comment to be more according contributing guidelines --- r_sprites.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2