mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Double precision for gameclock.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2990 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
94d108c522
commit
5d64f13a18
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ typedef struct
|
||||||
qboolean sendprespawn;
|
qboolean sendprespawn;
|
||||||
int contentstage;
|
int contentstage;
|
||||||
|
|
||||||
float ktprogametime;
|
double ktprogametime;
|
||||||
enum {
|
enum {
|
||||||
KTPRO_DONTKNOW,
|
KTPRO_DONTKNOW,
|
||||||
KTPRO_COUNTDOWN,
|
KTPRO_COUNTDOWN,
|
||||||
|
|
Loading…
Reference in a new issue