summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/i_system.c')
-rw-r--r--apps/plugins/doom/i_system.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c
index bf1aef63e1..95ea7a8f68 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -15,8 +15,8 @@
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16// GNU General Public License for more details. 16// GNU General Public License for more details.
17// 17//
18// $Log$ 18// $Log: i_system.c,v $
19// Revision 1.9 2006/04/15 22:08:36 kkurbjun 19// Revision 1.9 2006-04-15 22:08:36 kkurbjun
20// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. 20// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
21// 21//
22// Revision 1.8 2006-04-14 21:07:55 kkurbjun 22// Revision 1.8 2006-04-14 21:07:55 kkurbjun
@@ -87,7 +87,7 @@ void doomtime(void)
87 87
88int I_GetTime (void) 88int I_GetTime (void)
89{ 89{
90#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE) 90#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR) && !defined(RB_PROFILE)
91 return doomtimer; 91 return doomtimer;
92#else 92#else
93#if HZ==100 93#if HZ==100