Hi I'm looking for the old commit where lava was added into the game. Is there an easy way to find this?
Finding old commits?
Collapse
X
-
git history if terrain.txt.
-
Thanks, though I can't find it there. Presumably lava is older then the branch? I can see it's there already in 4.0
Found what was stuffing me up anyway, this line in cave-map.c
Code:assert((int) g->f_idx <= FEAT_PASS_RUBBLE);
Comment
-
Thanks, though I can't find it there. Presumably lava is older then the branch? I can see it's there already in 4.0
Found what was stuffing me up anyway, this line in cave-map.c
Code:assert((int) g->f_idx <= FEAT_PASS_RUBBLE);
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment