From 8e6a911700de2875db95d254e5a5771e73ceedd7 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 18 Sep 2005 20:56:44 +0000 Subject: (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending --- signs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signs.h') diff --git a/signs.h b/signs.h index 9e4e37d20..cdb00c49a 100644 --- a/signs.h +++ b/signs.h @@ -22,7 +22,7 @@ extern MemoryPool _sign_pool; /** * Check if a Sign really exists. */ -static inline bool IsValidSign(SignStruct* ss) +static inline bool IsValidSign(const SignStruct* ss) { return ss->str != 0; } -- cgit v1.2.3-54-g00ecf