Преглед на файлове

Fixed compilation on linux.

Stupid me, why did I do this in the first place.
Lemongrass3110 преди 9 години
родител
ревизия
8d152e9139
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);