removed unnecessary screen redraws when waiting for events to continue
[rocksndiamonds.git] / src / screens.c
index 41292512d1b1436b7871eb32e14bf32deb674735..6838dc9540ab8b3ec1e695091e7690c12a32eee8 100644 (file)
@@ -3692,6 +3692,10 @@ static void DrawInfoScreen_Version(void)
 
   DrawTextF(xstart1, ystart, font_head, "Source date");
   DrawTextF(xstart2, ystart, font_text, getSourceDateString());
+  ystart += ystep_line;
+
+  DrawTextF(xstart1, ystart, font_head, "Commit hash");
+  DrawTextF(xstart2, ystart, font_text, getSourceHashString());
   ystart += ystep_para;
 
   DrawTextF(xstart1, ystart, font_head, "Library");