match some of fraser/cuyler files.

This commit is contained in:
Prakxo
2022-12-21 00:00:29 +01:00
parent a25019b474
commit 26186c33ee
15 changed files with 183 additions and 3 deletions
@@ -0,0 +1,5 @@
#include "random_field.h"
int mRF_GetRandomStepMode(void) {
return mRF_GetRandom(100) < 15;
}