From b8fe20a086c8abd4222c19cbbd33700cd91031c6 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 14 Jul 2016 16:27:48 +0100 Subject: [PATCH] Changing irrelevant comment. --- src/r_things.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_things.h b/src/r_things.h index cdd22ba66..430cdd639 100644 --- a/src/r_things.h +++ b/src/r_things.h @@ -109,7 +109,7 @@ typedef struct spritedef_t sprites[NUMPLAYERSPRITES]; - UINT8 availability; // lock? safe to put here as is not networked + UINT8 availability; // lock? } skin_t; // -----------