about summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title.c')
-rw-r--r--src/title.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/title.c b/src/title.c
index c5a15ce..7a58fb9 100644
--- a/src/title.c
+++ b/src/title.c
@@ -396,8 +396,8 @@ int title_screen() {
     DisableCursor();
 
     while(TitleScreenGoing == true && GameGoing == true) {
-        
-	printf("%lf, %d\n", GetTime(), SDL_AtomicGet(&Ticks));
+        internal_clock();
+	printf("%lf, %d\n", GetTime(), Ticks);
         if (WindowShouldClose()) { //Quit Game if the window is closed.
             GameGoing = false;
             TitleScreenGoing = false;