diff --git a/libs/master.lib/master.h b/libs/master.lib/master.h index 7d1317ab..337890f9 100644 --- a/libs/master.lib/master.h +++ b/libs/master.lib/master.h @@ -2391,9 +2391,7 @@ void MASTER_RET grcg_and( int mode, int color ); void MASTER_RET grcg_or( int mode, int color ); void MASTER_RET grcg_off(void); # define grcg_setmode(mode) OUTB(0x7c,mode) -# if GAME < 2 -# define grcg_off() OUTB(0x7c,0) -# endif +# define grcg_off() OUTB(0x7c,0) /* EGC */ void MASTER_RET egc_on(void); diff --git a/th02/th02.h b/th02/th02.h index 6bc679d7..1e8bae00 100644 --- a/th02/th02.h +++ b/th02/th02.h @@ -6,6 +6,8 @@ #include "ReC98.h" #include "th01/ranks.h" +#undef grcg_off + // Formats // ------- typedef struct {