Files
nethack/sys/share
nethack.rankin 664229027e another main() bit (trunk only)
It always struck me as odd that x_maze_max and y_maze_max were
initialized in main().  They're only needed when making new levels, so
don't have to come before saved game restoration.  They could easily have
gone into init_dungeon() (although they make well predate that), or even
mklev() (reinitializing them for each new level wouldn't have been a big
deal).  That's all moot, though, since it's trivial to initialize them at
compile time.
2009-03-23 00:29:56 +00:00
..
2002-01-05 21:05:59 +00:00
2002-01-05 21:05:57 +00:00
2008-05-08 02:18:55 +00:00
2008-04-18 17:37:33 +00:00
2002-01-05 21:05:57 +00:00
2008-05-08 02:18:55 +00:00
2006-09-23 04:40:15 +00:00
2009-03-23 00:29:56 +00:00
2007-12-23 00:59:25 +00:00
2002-01-05 21:05:58 +00:00
2002-01-05 21:05:58 +00:00
2006-10-02 13:15:50 +00:00