Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
BIN
VisualC.zip
-
+1
−1
music.c
|
@@ -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 |
|
|