complete removal of memory card blacklist

This commit is contained in:
Chris Danford
2005-11-29 23:13:43 +00:00
parent 7df3399dec
commit 749a8468a9
2 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
MemoryCardManager();
~MemoryCardManager();
void Update( float fDelta, bool bForceUpdate = false );
void Update( float fDelta );
MemoryCardState GetCardState( PlayerNumber pn ) const { return m_State[pn]; }
CString GetCardError( PlayerNumber pn ) const { return m_sError[pn]; }