[MIRROR] Renames delta time to be a more obvious name [MDB IGNORE] (#20507)

* Renames delta time to be a more obvious name

* updates to our code

---------

Co-authored-by: oranges <email@oranges.net.nz>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-12 21:45:43 +02:00
committed by GitHub
parent 34b66981ce
commit 9a594755f3
540 changed files with 3418 additions and 3424 deletions
@@ -88,7 +88,7 @@
return TRUE
// Called by Process() on device that runs us, once every tick.
/datum/computer_file/program/proc/process_tick(delta_time)
/datum/computer_file/program/proc/process_tick(seconds_per_tick)
return TRUE
/**