Originally Posted By: Uhrwerk
Here are the worst things:
1. *Seconds = seconds; is dead code.
2. There is no advante in making seconds static.
3. You cannot use timer() over two frames. Read the documentation. Besides timer() is absolutely not necesary here. time_step is totally sufficient.


Could you please explain to me how I could use time_step to make a stopwatch that just counts the seconds?