diff options
Diffstat (limited to 'backends/sdl')
| -rw-r--r-- | backends/sdl/sdl-common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index 081fba2a0b..de97a27e8d 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -151,7 +151,7 @@ protected:  	// CD Audio  	SDL_CD *_cdrom;  	int cd_track, cd_num_loops, cd_start_frame, cd_duration; -	Uint32 cd_end_time, cd_stop_time, cd_next_second; +	Uint32 cd_end_time, cd_stop_time;  	enum {  		DF_WANT_RECT_OPTIM			= 1 << 0,  | 
