diff --git a/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c b/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c index 73394e3..892fc55 100644 --- a/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c +++ b/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c @@ -287,7 +287,7 @@ void IB_FinishUpdate (void) void IB_GetColor(unsigned char *bytes, unsigned char red, unsigned char green, unsigned char blue) { #if DoomBytesPerPixel == 3 -// FIXME: might be buggy +// FIXME: this is buggy bytes[0] = red; bytes[1] = green; bytes[2] = blue;