Minor changes.

This commit is contained in:
Sheldon Lee 2020-07-06 22:25:44 +01:00
parent c7617943f3
commit 5972ed4b13

2
main.c
View File

@ -38,8 +38,6 @@ int main()
t = (float) (clock()-start_t) / (float) CLOCKS_PER_SEC; t = (float) (clock()-start_t) / (float) CLOCKS_PER_SEC;
} }
logLine("oof");
endGame(); endGame();
endLog(); endLog();
return 0; return 0;