logic_auto: fix typo in docs that causes doxygen's markdown parser to burst

This commit is contained in:
Marco Cawthorne 2023-03-12 16:07:14 -07:00
parent faaf67762f
commit 8a9823a207
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 6 additions and 6 deletions

View File

@ -25,12 +25,12 @@ targets instead, use that instead.
- "globalstate" : The env_global state to read before firing.
# INPUTS
- "OnMapSpawn" : Triggered when the map is loaded for any reason.
- "OnNewGame" : Triggered only when a new game starts on this level.
- "OnLoadGame : Triggered when the map is loaded via save game.
- "OnMapTransition" : Triggered when we load this map via level transition.
- "OnBackgroundMap" : Triggered if this map is used as a menu background.
- "OnMultiNewMap" : Same as 'OnMapSpawn' but only valid in multiplayer.
- "OnMapSpawn" : Triggered when the map is loaded for any reason.
- "OnNewGame" : Triggered only when a new game starts on this level.
- "OnLoadGame" : Triggered when the map is loaded via save game.
- "OnMapTransition" : Triggered when we load this map via level transition.
- "OnBackgroundMap" : Triggered if this map is used as a menu background.
- "OnMultiNewMap" : Same as 'OnMapSpawn' but only valid in multiplayer.
- "OnMultiNewRound" : Triggered only during round restarts in multiplayer.
# SPAWNFLAGS