Closed backwardsEric closed 2 years ago
clang warned about these:
rooms.c line 7306: "Receive item from exploration base" requires 35 bytes but the elements of act_names only allow for 30
rooms.c line 7386: "Chimata, Megumu, Tsukasa, Momoyo" requires 33 bytes but owner_name only allows for 30
Fixed by https://github.com/Cryomaniac13/hengband-touhou-katteban-en/commit/e58c4eb14d8e803019c84ece8819fac974a70bef .
clang warned about these:
rooms.c line 7306: "Receive item from exploration base" requires 35 bytes but the elements of act_names only allow for 30
rooms.c line 7386: "Chimata, Megumu, Tsukasa, Momoyo" requires 33 bytes but owner_name only allows for 30