mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-22 11:51:41 +00:00
Fix description of A_ParentTriesToSleep
This commit is contained in:
parent
d9799540c6
commit
c3001ac42a
1 changed files with 1 additions and 1 deletions
|
@ -12662,7 +12662,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