aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index a2cd40e..a1a5358 100644
--- a/src/types.h
+++ b/src/types.h
@@ -240,7 +240,9 @@ typedef struct {
unsigned int forward;
unsigned int reverse;
- Uint32 tlast; /* Time at which the last physics step was performed */
+ 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 */
ModelInstance *lander;