Skip to content

Commit

Permalink
Merge PR #802 (lab lore), #799 (outdoors desk spawn)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatherSoron committed May 4, 2013
2 parents 6cd2a52 + f13def7 commit 8e9d769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8056,7 +8056,7 @@ void house_room(map *m, room_type type, int x1, int y1, int x2, int y2)
case 3:
pos_x1=x1+2;
pos_y1=y2-1;
m->ter_set(x1-2, y2-1, t_desk);
m->ter_set(x1+2, y2-1, t_desk);
while (pos_x1<x2) {
pos_x1+=1;
if ((m->ter(pos_x1,pos_y1)==t_wall_h)||(m->ter(pos_x1,pos_y1)==t_wall_v)) break;
Expand Down

0 comments on commit 8e9d769

Please sign in to comment.