From 7f2a2c7e44e94943f5d6bd98046978a89e20851f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 16 Jul 2004 23:48:51 +0000 Subject: [PATCH] fix warning --- stepmania/src/NetworkSyncManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index 7dabb900f9..ee760d7eb9 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -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) {