mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
improve MGF video quality
This commit is contained in:
parent
2be84e406c
commit
f169aa5071
4 changed files with 86 additions and 5 deletions
|
@ -85,6 +85,7 @@
|
|||
|
||||
#define get_string(t) texty[t]
|
||||
static __inline unsigned int rnd(unsigned int max) {
|
||||
if (max == 0) return 0;
|
||||
return rand() % max;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue