Skip to content

Commit

Permalink
Added S_StartSoundEX to exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Aug 21, 2006
1 parent 1fcd6be commit dff5a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/engine/api/doomsday.def
@@ -1,7 +1,7 @@
NAME "DOOMSDAY"

; Highest ordinal is currently
; --> 326 <--
; --> 327 <--
; Other free ordinals:
; 77 formaly P_LoadBlockMap
; 78 formaly P_LoadReject
Expand Down Expand Up @@ -320,6 +320,7 @@ EXPORTS
S_LocalSound @215 NONAME
S_LocalSoundFrom @216 NONAME
S_StartSound @217 NONAME
S_StartSoundEx @327 NONAME
S_StartSoundAtVolume @224 NONAME
S_ConsoleSound @218 NONAME
S_StopSound @223 NONAME
Expand Down

0 comments on commit dff5a3b

Please sign in to comment.