mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-03 17:57:26 +00:00
Game Boy: don't use rand()
This commit is contained in:
parent
68c88aea02
commit
6c76515ff9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static signed interference(GB_gameboy_t *gb)
|
||||||
ret /= 4;
|
ret /= 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret += rand() % (MAX_CH_AMP / 12);
|
//ret += rand() % (MAX_CH_AMP / 12);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue