X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftimer.cpp;h=105ce752090a5ee795bc1b77d47adca16145b8cc;hb=f17ff6d7a4ebb176f264e037b12ab8adfbeb3846;hp=939b930e74f76de6d9fe4c2021d771695b012a8b;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/timer.cpp b/src/timer.cpp index 939b930e7..105ce7520 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -23,6 +23,7 @@ #include "timer.hpp" float game_time = 0; +float real_time = 0; Timer::Timer() : period(0), cycle_start(0), cyclic(false)