drop `uptodate()' check from hack(6)
authorop <op@openbsd.org>
Sat, 3 Jun 2023 15:19:38 +0000 (15:19 +0000)
committerop <op@openbsd.org>
Sat, 3 Jun 2023 15:19:38 +0000 (15:19 +0000)
commit77f90040a1c3827dda27c1396d073bf0e16b4854
tree029c0a0572c08273805d290c7b91e79b3ccc0ddd
parentb7a7cb6aecabdb49bf7d40b2372c9608cf08b53b
drop `uptodate()' check from hack(6)

hack(6) scrapes $PATH to find its executable and compare the mtime to
the save file and bone file.  If the game is newer than those, they're
not loaded.

Drop this feature.  /usr/games is not in the default $PATH anymore, and
the format for those file didn't change since the import.

Diff from Anton Konyahin (me [at] konyahin [dot] xyz)
games/hack/hack.bones.c
games/hack/hack.h
games/hack/hack.main.c
games/hack/hack.unix.c