remove return value; always true and never checked (texture load errors

are handled with warnings and a dummy texture)
This commit is contained in:
Glenn Maynard
2005-10-11 02:15:27 +00:00
parent a736d97aa2
commit a808a49b65
8 changed files with 20 additions and 26 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ public:
/* Just a convenience function; load an image that'll be used in the
* background. */
virtual bool LoadBG( RageTextureID ID );
virtual bool Load( RageTextureID ID );
virtual void LoadBG( RageTextureID ID );
virtual void Load( RageTextureID ID );
void UnloadTexture();
RageTexture* GetTexture() { return m_pTexture; };