Removed a global variable
[supertux.git] / src / timer.hpp
index 8b5641c..340e8ce 100644 (file)
@@ -23,7 +23,7 @@
 extern float game_time;
 
 /**
- * new simpler timer designed to be used in the update functions of objects
+ * Simple timer designed to be used in the update functions of objects
  */
 class Timer
 {