fix missing base call

This commit is contained in:
Glenn Maynard
2008-05-28 00:41:40 +00:00
parent ba6a4c4feb
commit 94f4ea32e4
@@ -156,6 +156,8 @@ void ScreenOptionsMemoryCard::HandleMessage( const Message &msg )
SelectRowWithMemoryCard( sOldMountPoint ); SelectRowWithMemoryCard( sOldMountPoint );
} }
} }
ScreenOptions::HandleMessage( msg );
} }
void ScreenOptionsMemoryCard::ImportOptions( int iRow, const vector<PlayerNumber> &vpns ) void ScreenOptionsMemoryCard::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )