Fixed conditional messagebase inclusion

This commit is contained in:
Alexander S. Aganichev 2001-10-15 05:22:34 +00:00
parent bbd8e738a4
commit b04d2de110

View File

@ -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