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

slight map generation bugs

This commit is contained in:
Perttu Ahola 2010-12-25 02:48:17 +02:00
parent 3fe377be4e
commit a5c62045ed
3 changed files with 12 additions and 3 deletions

View file

@ -2353,7 +2353,7 @@ int main(int argc, char *argv[])
i != chat_lines.end(); i++)
{
(*i).age += dtime;
if((*i).age > 30.0)
if((*i).age > 60.0)
{
to_be_removed_count++;
continue;