Codechange: Move Sound Driver parameter name listings (#10127)
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
/** Factory for the allegro sound driver. */
|
||||
class FSoundDriver_Allegro : public DriverFactoryBase {
|
||||
public:
|
||||
FSoundDriver_Allegro() : DriverFactoryBase(Driver::DT_SOUND, 4, "allegro", "Allegro Sound Driver") {}
|
||||
FSoundDriver_Allegro() : DriverFactoryBase(Driver::DT_SOUND, 4, "allegro", "Allegro Sound Driver (param hz,samples)") {}
|
||||
/* virtual */ Driver *CreateInstance() const { return new SoundDriver_Allegro(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user