diff --git a/src/r_things.h b/src/r_things.h
index cdd22ba66da4d9dc42137af900b34913a87bf307..430cdd639e97b29ee79d5467c10177e97309513f 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;
 
 // -----------