Comment correction.

This commit is contained in:
toasterbabe 2017-07-16 01:01:13 +01:00
parent d5365a26e1
commit 4728c824a0

View file

@ -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)
{ {