Convert spaces to tabs

This commit is contained in:
Markus Armbruster 2010-05-22 15:40:35 +02:00
parent 7465574195
commit 243a15052f
19 changed files with 100 additions and 100 deletions

View file

@ -209,9 +209,9 @@ update_timeused(time_t now)
time_t dt = now - player->lasttime;
if (dt > midnight_secs)
natp->nat_timeused = midnight_secs;
natp->nat_timeused = midnight_secs;
else
natp->nat_timeused += dt;
natp->nat_timeused += dt;
player->lasttime = now;
putnat(natp);
}