mirror of
https://github.com/yquake2/xatrix.git
synced 2025-06-03 18:41:24 +00:00
Merge branch 'master' into cleanup
Conflicts: CHANGELOG src/g_combat.c src/g_func.c src/g_items.c
This commit is contained in:
commit
6e48d1aa2a
24 changed files with 320 additions and 153 deletions
|
@ -120,6 +120,9 @@ GetGameAPI(game_import_t *import)
|
|||
|
||||
globals.edict_size = sizeof(edict_t);
|
||||
|
||||
/* Initalize the PRNG */
|
||||
randk_seed();
|
||||
|
||||
return &globals;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue