File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ boolean drone = false;
4040 * public functions *
4141 *---------------------------------------------------------------------*/
4242
43+ #ifndef FEATURE_SOUND
44+
45+ void I_InitTimidityConfig (void )
46+ {
47+ }
48+
49+ #endif
50+
4351/*---------------------------------------------------------------------*
4452 * eof *
4553 *---------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 2525#include "i_timer.h"
2626
2727#include <stdarg.h>
28- #include <stdio.h>
29- #include <SDL2/SDL.h>
3028
3129//#include <sys/time.h>
3230//#include <unistd.h>
@@ -96,12 +94,6 @@ void I_InitTimer(void)
9694{
9795 // initialize timer
9896
99- printf ("I_InitTimer: Setting up timer.\n" );
100- if (SDL_Init (SDL_INIT_TIMER ) < 0 )
101- {
102- printf ("SDL_Init failed: %s\n" , SDL_GetError ());
103- atexit (SDL_Quit );
104- exit (1 );
105- }
97+ //SDL_Init(SDL_INIT_TIMER);
10698}
10799
Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ void I_StartTic (void);
136136
137137void I_EnableLoadingDisk (void );
138138
139+ void I_EndRead (void );
140+
139141extern char * video_driver ;
140142extern boolean screenvisible ;
141143
You can’t perform that action at this time.
0 commit comments