Added synchronize

This commit is contained in:
Chris Danford
2002-02-11 04:46:31 +00:00
parent 7682367a4e
commit 6ed1d938e7
18 changed files with 180 additions and 45 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ Player::Player()
m_ColumnToRotation[7] = mapStepToRotation[STEP_PAD2_RIGHT];
break;
default:
ASSERT( true ); // invalid GameMode
ASSERT( false ); // invalid GameMode
}