X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftimer.h;h=a0e49e06070b5c0da5f5ce4439488e841f6df0cf;hb=ac9e53e5d668d20fcae8c6ac728602d5359a6004;hp=9b44b304d388fff1f9b1aa608a676db26783eda1;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/timer.h b/src/timer.h index 9b44b304d..a0e49e060 100644 --- a/src/timer.h +++ b/src/timer.h @@ -17,7 +17,7 @@ public: * Set period to zero if you want to disable the timer. */ void start(float period, bool cyclic = false); - /** returns true if a period (or more) passed during the last tick command */ + /** returns true if a period (or more) passed */ bool check(); /** returns the period of the timer or 0 if it isn't started */