瀏覽代碼

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);