Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
/** Factory for the midi player that uses external players. */
|
||||
static FMusicDriver_ExtMidi iFMusicDriver_ExtMidi;
|
||||
|
||||
const char *MusicDriver_ExtMidi::Start(const char * const * parm)
|
||||
const char *MusicDriver_ExtMidi::Start(const StringList &parm)
|
||||
{
|
||||
if (strcmp(VideoDriver::GetInstance()->GetName(), "allegro") == 0 ||
|
||||
strcmp(SoundDriver::GetInstance()->GetName(), "allegro") == 0) {
|
||||
|
Reference in New Issue
Block a user