More warnings being taken care of.

This commit is contained in:
Jason Felds
2011-03-14 17:03:02 -04:00
parent 801f05d297
commit 49f14d2b35
11 changed files with 43 additions and 23 deletions
+3 -4
View File
@@ -5,10 +5,9 @@
#include "RageTextureID.h"
#include "ActorUtil.h"
Character::Character()
{
m_iPreloadRefcount = 0;
}
Character::Character(): m_sCharDir(""), m_sCharacterID(""),
m_sDisplayName(""), m_sCardPath(""), m_sIconPath(""),
m_bUsableInRave(false), m_iPreloadRefcount(0) {}
bool Character::Load( RString sCharDir )
{