Changeset - r5389:c57022721d23
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2006-12-27 14:34:09
bjarni@openttd.org
(svn r7578) -Fix r7577: fixed typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
music/qtmidi.c
Show inline comments
 
@@ -172,13 +172,13 @@ static void InitQuickTimeIfNeeded(void)
 

	
 
	DEBUG(driver, 2, "qtmidi: initializing Quicktime");
 
	/* Be polite: check wether QuickTime is available and initialize it. */
 
	_quicktime_started =
 
		(noErr == Gestalt(gestaltQuickTime, &dummy)) &&
 
		(noErr == EnterMovies());
 
	if (!_quicktime_started) DEBUG(driver, 0, "qtmidi: Quicktime initialization failed!);
 
	if (!_quicktime_started) DEBUG(driver, 0, "qtmidi: Quicktime initialization failed!");
 
}
 

	
 

	
 
/** Possible states of the QuickTime music driver. */
 
enum {
 
	QT_STATE_IDLE, /**< No file loaded. */
0 comments (0 inline, 0 general)