Fixed conditional messagebase inclusion
This commit is contained in:
parent
bbd8e738a4
commit
b04d2de110
@ -34,7 +34,7 @@
|
|||||||
#ifndef GMB_NOEZY
|
#ifndef GMB_NOEZY
|
||||||
#include <gmoezyc.h>
|
#include <gmoezyc.h>
|
||||||
#endif
|
#endif
|
||||||
#if !defined(GMB_NOHUDS) && !defined(GMB_NOGOLD)
|
#if !defined(GMB_NOHUDS) || !defined(GMB_NOGOLD)
|
||||||
#include <gmohuds.h>
|
#include <gmohuds.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef GMB_NOJAM
|
#ifndef GMB_NOJAM
|
||||||
|
Reference in New Issue
Block a user