mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Comment correction.
This commit is contained in:
parent
d5365a26e1
commit
4728c824a0
1 changed files with 1 additions and 2 deletions
|
@ -8037,9 +8037,8 @@ void A_BossJetFume(mobj_t *actor)
|
|||
//
|
||||
// Description: Chooses one of the two state numbers supplied randomly.
|
||||
//
|
||||
// nextstate = state number 0
|
||||
// var1 = state number 1
|
||||
// var2 = state number 2 (can be ommitted for binary chance)
|
||||
// var2 = state number 2
|
||||
//
|
||||
void A_RandomState(mobj_t *actor)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue