Fixed compilation on linux.
Stupid me, why did I do this in the first place.
This commit is contained in:
parent
d30b250fb2
commit
8d152e9139
@ -4,7 +4,7 @@
|
|||||||
#ifndef _SCRIPT_CONSTANTS_H_
|
#ifndef _SCRIPT_CONSTANTS_H_
|
||||||
#define _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 */
|
/* server defines */
|
||||||
export_constant(PACKETVER);
|
export_constant(PACKETVER);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user