1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

* changed GUI to indicate Minetest Δ

This commit is contained in:
Nils Dagsson Moskopp 2011-07-17 22:33:18 +02:00
parent 1f243e54b4
commit 13b2bad54b
2 changed files with 3 additions and 3 deletions

View file

@ -2021,7 +2021,7 @@ void the_game(
endscenetime_avg = endscenetime_avg * 0.95 + (float)endscenetime*0.05;
char temptext[300];
snprintf(temptext, 300, "Minetest-c55 %s ("
snprintf(temptext, 300, "Minetest-delta %s ("
"R: range_all=%i"
")"
" drawtime=%.0f, beginscenetime=%.0f"