Procházet zdrojové kódy

Fixed compilation on linux.

Stupid me, why did I do this in the first place.
Lemongrass3110 před 9 roky
rodič
revize
8d152e9139
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);