From e6db9bc2a718efca25a04218f9207f5669f711f9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Jan 2007 00:38:24 +0000 Subject: [PATCH] RageSound_Generic_Software -> RageSoundDriver --- stepmania/src/arch/Sound/RageSoundDriver.h | 1 - stepmania/src/arch/Sound/RageSoundDriver_Null.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index af91416702..d8de8642a3 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -12,7 +12,6 @@ class RageTimer; class RageSoundMixBuffer; static const int samples_per_block = 512; -#define RageSound_Generic_Software RageSoundDriver class RageSoundDriver: public RageDriver { public: diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp index 806fee8ed8..ea01de7891 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp @@ -18,7 +18,7 @@ void RageSoundDriver_Null::Update() m_iLastCursorPos += 256; } - RageSound_Generic_Software::Update(); + RageSoundDriver::Update(); } int64_t RageSoundDriver_Null::GetPosition() const