• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision2bfa27c086eace9b682a1f49b01c4d61e09542eb (tree)
Time2013-02-20 22:04:38
Authorhabu <habu@0568...>
Commiterhabu

Log Message

Fix a bug of underground arcade generation code

Change Summary

Incremental Difference

--- a/src/rooms.c
+++ b/src/rooms.c
@@ -6543,7 +6543,7 @@ static bool build_type16(void)
65436543 /* Generate new room */
65446544 generate_room_floor(
65456545 y1 + town_hgt / 3, x1 + town_wid / 3,
6546- y1 + town_hgt * 2 / 3, x < x1 + town_wid * 2 / 3, FALSE);
6546+ y1 + town_hgt * 2 / 3, x1 + town_wid * 2 / 3, FALSE);
65476547
65486548 /* Build stores */
65496549 build_stores(y1, x1, stores, n);
Show on old repository browser