This commit is contained in:
Glenn Maynard
2005-07-07 10:29:04 +00:00
parent b282ba475d
commit 28133ca105
24 changed files with 0 additions and 84 deletions
-5
View File
@@ -140,11 +140,6 @@ void ScreenMapControllers::Update( float fDeltaTime )
}
void ScreenMapControllers::DrawPrimitives()
{
Screen::DrawPrimitives();
}
/* Note that this isn't necessarily correct. For example, JOY_LEFT might actually be
* a D-pad and not an axis. All this is actually doing is giving priority to some
* inputs over others; this function is unsuitable for other use. */