From ee80e003b39d532326267e8539032b3e3e76d948 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 3 Apr 2006 16:30:12 +0000 Subject: Fix #if git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9458 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/i_video.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c index 83fcc4749c..61cd3f3fe2 100644 --- a/apps/plugins/doom/i_video.c +++ b/apps/plugins/doom/i_video.c @@ -16,8 +16,8 @@ * GNU General Public License for more details. * * $Log$ - * Revision 1.6 2006/04/03 16:13:15 kkurbjun - * Add grayscale lib for the H100's + * Revision 1.7 2006/04/03 16:30:12 kkurbjun + * Fix #if * * Revision 1.5 2006-04-03 08:51:08 bger * Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. @@ -344,7 +344,7 @@ void I_UpdateNoBlit (void) void I_FinishUpdate (void) { -#if defined(LCD_H300) && !defined(SIMULATOR) +#if (CONFIG_LCD == LCD_H300) && !defined(SIMULATOR) /* Lookup tables are no longer needed (H300 specific, decreases timedemo by about 500 tics) -- cgit v1.2.3