<email deleted>
> I'm working on a Nethack port, and one of the header files a > library uses has a structure with a member named "red". Since > includes/decl.h #defines red to something, this totally loses. > > Attached is a patch which fixes the color defines.
This commit is contained in:
+1
-1
@@ -912,7 +912,7 @@ dokick()
|
||||
You_hear("a gushing sound.");
|
||||
else
|
||||
pline("A %s ooze gushes up from the drain!",
|
||||
hcolor(Black));
|
||||
hcolor(NH_BLACK));
|
||||
(void) makemon(&mons[PM_BLACK_PUDDING],
|
||||
x, y, NO_MM_FLAGS);
|
||||
exercise(A_DEX, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user