(more of the same)

This commit is contained in:
Glenn Maynard
2002-08-26 05:04:54 +00:00
parent e22fdeefcd
commit 4b9404c5c2
2 changed files with 5 additions and 10 deletions
+1 -3
View File
@@ -394,7 +394,7 @@ RageInput::~RageInput()
Release();
}
HRESULT RageInput::Initialize()
void RageInput::Initialize()
{
HRESULT hr;
@@ -537,8 +537,6 @@ HRESULT RageInput::Initialize()
if(m_Pumps[pumpNo].init(pumpNo))
LOG->Trace("Found Pump pad %i\n", pumpNo);
}
return S_OK;
}
void RageInput::Release()