aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/types.h b/src/types.h
index a1a5358..c9a4b0c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -240,9 +240,9 @@ typedef struct {
unsigned int forward;
unsigned int reverse;
- long long int tlast;
- long long int time; /* Time in the game (milliseconds since start of game
- * as measured at the start of the current frame */
+ double tlast;
+ double time; /* Time in the game (milliseconds since start of game
+ / * as measured at the start of the current frame */
ModelInstance *lander;
@@ -265,7 +265,7 @@ typedef struct {
/* Performance monitoring stuff */
int frames;
- Uint32 t_fps;
+ double t_fps;
int fps;
int query_this_frame;
GLuint timer_query;