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

Removed remaining -delta references

This commit is contained in:
Perttu Ahola 2011-07-30 14:02:11 +03:00
parent a653cf4944
commit 1de45cc8a7
4 changed files with 4 additions and 4 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-delta %s ("
snprintf(temptext, 300, "Minetest-c55 %s ("
"R: range_all=%i"
")"
" drawtime=%.0f, beginscenetime=%.0f"