mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 01:43:50 +00:00
Merge branch 'fix-parenttriestosleep-desc' into 'next'
Fix description of A_ParentTriesToSleep See merge request STJr/SRB2!1784
This commit is contained in:
commit
d67e88ee0c
1 changed files with 1 additions and 1 deletions
|
@ -12686,7 +12686,7 @@ void A_WhoCaresIfYourSonIsABee(mobj_t *actor)
|
|||
|
||||
// Function: A_ParentTriesToSleep
|
||||
//
|
||||
// Description: If extravalue1 is less than or equal to var1, go to var2.
|
||||
// Description: If extravalue1 is greater than 0 go to var1
|
||||
//
|
||||
// var1 = state to go to when extravalue1
|
||||
// var2 = unused
|
||||
|
|
Loading…
Reference in a new issue