bcf691f299
QuakeWorld easier to start and play. The immortal first person shooter Quake in the brand new skin with superb graphics and extremely fast gameplay. Features: - Modern graphics. - Multiview support. - Tons of features to serve latest pro-gaming needs. - Inbuilt Server Browser & MP3 player control. - Recorded Games Browser. - Customization of all possible graphics elements of the game including Head Up Display. - All sorts of scripting possibilities. - MAC OS X platform supported. Software version for computers without 3D graphics accelerators. WWW: http://ezquake.sourceforge.net/
11 lines
493 B
C
11 lines
493 B
C
--- ./menu.h.orig Thu Apr 6 13:47:34 2006
|
|
+++ ./menu.h Tue Aug 29 21:09:39 2006
|
|
@@ -34,7 +34,7 @@
|
|
m_none, m_main, m_singleplayer, m_load, m_save, m_multiplayer,
|
|
m_setup, m_options, m_video, m_keys, m_help, m_quit,
|
|
m_gameoptions, m_slist,/* m_sedit,*/ m_fps, m_demos, m_demos_del
|
|
-#if defined(_WIN32) || (defined(__linux__) && defined(WITH_XMMS))
|
|
+#if defined(_WIN32) || (defined(__unix__) && defined(WITH_XMMS))
|
|
, m_mp3_control, m_mp3_playlist
|
|
#endif
|
|
} m_state;
|