mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 04:21:04 +00:00
Updated G_RunFrame
This commit is contained in:
parent
f13d568918
commit
1d44e45c69
1 changed files with 2635 additions and 2635 deletions
|
@ -2485,8 +2485,8 @@ Advances the non-player objects in the world
|
|||
*/
|
||||
|
||||
void CheckHealthInfoMessage( void );
|
||||
void G_RunFrame( int levelTime ) {
|
||||
int i;
|
||||
void G_RunFrame( int32_t levelTime ) {
|
||||
int32_t i;
|
||||
gentity_t* ent;
|
||||
gclient_t* client;
|
||||
playerState_t* ps;
|
||||
|
|
Loading…
Reference in a new issue