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