Skip to content

Commit

Permalink
Added B_SetContextFallback to doomsday.def
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Feb 9, 2009
1 parent 815b8bd commit b4084ea
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
; --> 439 <--
; --> 440 <--
; Other free ordinals:
; 43 formerly P_RegisterPlayerControl
; 44 formerly B_FormEventString
Expand Down Expand Up @@ -129,6 +129,7 @@ EXPORTS
; Console: Bindings.
B_BindingsForCommand @428 NONAME
B_BindingsForControl @429 NONAME
B_SetContextFallback @440 NONAME

; System.
; Sys_TicksPerSecond @46 NONAME
Expand Down

0 comments on commit b4084ea

Please sign in to comment.