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