]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Fix 7s offset between shown challenge time and high score
[lugaru.git] / Source / Game.cpp
index e0aeedac4727acde6ac68fa68105d6ddf42d8e42..39b7df764627e1cb9ed0258acad3a9806afbf1ce 100644 (file)
@@ -67,7 +67,9 @@ bool firstload = 0;
 Texture hawktexture;
 float hawkyaw = 0;
 float hawkcalldelay = 0;
+
 float leveltime = 0;
+float wonleveltime = 0;
 float loadtime = 0;
 
 Model hawk;