• R/O
  • HTTP
  • SSH
  • HTTPS

hengbandosx: Commit

The master and develop branches track hengband.

OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.


Commit MetaInfo

Revision847c7693cd0d481e717866d2977b536d832729da (tree)
Time2021-01-21 10:03:49
AuthorEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Log Message

Merge branch 'english-quest-info' into develop-cocoa

Change Summary

Incremental Difference

--- a/src/floor/fixed-map-generator.c
+++ b/src/floor/fixed-map-generator.c
@@ -271,8 +271,13 @@ static int parse_qtw_Q(qtwg_type *qtwg_ptr, char **zz)
271271 if (qtwg_ptr->buf[0] != 'Q')
272272 return PARSE_CONTINUE;
273273
274+#ifdef JP
274275 if (qtwg_ptr->buf[2] == '$')
275276 return PARSE_ERROR_NONE;
277+#else
278+ if (qtwg_ptr->buf[2] != '$')
279+ return PARSE_ERROR_NONE;
280+#endif
276281
277282 int num = tokenize(qtwg_ptr->buf + _(2, 3), 33, zz, 0);
278283 if (num < 3)
Show on old repository browser