diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 114d4f0..00f0f3a 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -66,7 +66,7 @@ argument: The amount of time to advance the game simulation. @item @var{draw}: Called each time a frame should be rendered with a single argument known as the @code{alpha} value. See the documentation for -@code{run-game} for an explanation of this value. +@code{run-game*} for an explanation of this value. @item @var{quit}: Called with zero arguments when the user tries to close |