fix warning

This commit is contained in:
Glenn Maynard
2004-07-16 23:48:51 +00:00
parent 43c687b611
commit 7f2a2c7e44
+1 -1
View File
@@ -251,7 +251,7 @@ void NetworkSyncManager::StartRequest(short position)
Write1(m_packet,ctr);
//Notify server if this is for sync or not.
ctr = position*16;
ctr = char(position*16);
Write1(m_packet,ctr);
if (GAMESTATE->m_pCurSong !=NULL) {