about summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-13 19:28:25 -0400
committerCharadon <dev@iotib.net>2022-06-13 19:28:25 -0400
commit0e1a3565cd077a297c07bad7466f317025758b31 (patch)
tree3f4d85393bb037f81e0dba06331b8fa7c2d2fd0a /src/title.c
parentaa7b6d5963aa4cbc33d529f91c57fb611c50a8d7 (diff)
downloadPong-C-0e1a3565cd077a297c07bad7466f317025758b31.tar.gz
Revert "Revert "Revert "Revert "Added liberapay link, and more fruitless work on the internal_clock""""
This reverts commit aa7b6d5963aa4cbc33d529f91c57fb611c50a8d7.
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;