Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameinterface.h')
-rw-r--r--src/core/gameinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h
index 2324bb5..0edcb1b 100644
--- a/src/core/gameinterface.h
+++ b/src/core/gameinterface.h
@@ -55,7 +55,7 @@ public:
void reset_clientstate(float servertime);
/// update the client state timers
- void update_clientstate();
+ void update_clientstate(float seconds);
/*----- virtual mutators ------------------------------------------ */
@@ -73,7 +73,7 @@ protected:
float game_timestep;
float game_clientframetime;
- unsigned int game_frames;
+ unsigned int game_serverframelength;
};
/// global local player instance