Skip to content

Commit

Permalink
Update mapdata.h
Browse files Browse the repository at this point in the history
Fix definition of stairs broken in bc8a707.
  • Loading branch information
kevingranade committed Feb 13, 2013
1 parent 05cfb3d commit 9749eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ const ter_t terlist[num_terrain_types] = { // MUST match enum ter_id above!
{"stairs down", '>', c_yellow, 2, tr_null,
mfb(transparent)|mfb(goes_down)|mfb(place_item)},
{"stairs up", '<', c_yellow, 2, tr_null,
mfb(transparent)|mfb(goes_up)||mfb(place_item)},
mfb(transparent)|mfb(goes_up)|mfb(place_item)},
{"manhole", '>', c_dkgray, 2, tr_null,
mfb(transparent)|mfb(goes_down)|mfb(place_item)},
{"ladder", '<', c_dkgray, 2, tr_null,
Expand Down

0 comments on commit 9749eb9

Please sign in to comment.