Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 13, 2002
1 parent 9ecad1a commit f0c0c87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified VisualC.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -685,7 +685,7 @@ int Mix_SetMusicPosition(double position)
switch ( music_playing->type ) {
#ifdef MOD_MUSIC
case MUS_MOD:
Player_SetPosition(position);
Player_SetPosition((UWORD)position);
return(0);
break;
#endif
Expand Down

0 comments on commit f0c0c87

Please sign in to comment.