Files
ac-decomp/rel/m_random_field/mRF_GetRandomStepMode.c
T
2022-12-21 00:00:29 +01:00

5 lines
102 B
C

#include "random_field.h"
int mRF_GetRandomStepMode(void) {
return mRF_GetRandom(100) < 15;
}