about summary refs log tree commit diff stats
path: root/src/versus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/versus.c')
-rw-r--r--src/versus.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/versus.c b/src/versus.c
index 6523974..45a796d 100644
--- a/src/versus.c
+++ b/src/versus.c
@@ -1,9 +1,5 @@
 #include "pong.h"
 
-static void game_thread() {
-	
-}
-
 void versus_main() {
     // Init Player Variables
 	struct Players Player;
@@ -130,7 +126,7 @@ void versus_main() {
 		//Turn Scores into strings.
 		snprintf(PlayerScore, 50, "Player: %d", Player.Score);
 		snprintf(EnemyScore, 50, "Enemy: %d", Enemy.Score);
-		
+		//fprintf(stdout, "%d\n", GetFPS());
 		BeginDrawing();
 			ClearBackground(BLACK);
 			BeginMode2D(MainCamera);