Convert spaces to tabs
This commit is contained in:
parent
7465574195
commit
243a15052f
19 changed files with 100 additions and 100 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue