mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +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.
|
// Description: Chooses one of the two state numbers supplied randomly.
|
||||||
//
|
//
|
||||||
// nextstate = state number 0
|
|
||||||
// var1 = state number 1
|
// var1 = state number 1
|
||||||
// var2 = state number 2 (can be ommitted for binary chance)
|
// var2 = state number 2
|
||||||
//
|
//
|
||||||
void A_RandomState(mobj_t *actor)
|
void A_RandomState(mobj_t *actor)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue