removed all the sound junk from Game; removed spurious loose files
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRa.Game
|
||||
SanityCheck();
|
||||
}
|
||||
|
||||
[System.Diagnostics.Conditional( "SANITY_CHECKS" )]
|
||||
[Conditional( "SANITY_CHECKS" )]
|
||||
void SanityCheck()
|
||||
{
|
||||
for( int y = 0 ; y < 128 ; y++ )
|
||||
|
||||
Reference in New Issue
Block a user