Browse Source

Fixed compilation on linux.

Stupid me, why did I do this in the first place.
Lemongrass3110 9 years ago
parent
commit
8d152e9139
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/script_constants.h

+ 1 - 1
src/map/script_constants.h

@@ -4,7 +4,7 @@
 #ifndef _SCRIPT_CONSTANTS_H_
 	#define _SCRIPT_CONSTANTS_H_
 
-	#define export_constant(a) script_set_constant(###a,a,false)
+	#define export_constant(a) script_set_constant(#a,a,false)
 
 	/* server defines */
 	export_constant(PACKETVER);