patch投げ用
Revision | bd4bd9b03e598476f72ef8a99fdab3fa6282dce5 (tree) |
---|---|
Time | 2016-03-29 01:50:28 |
Author | SHIRAKATA Kentaro <argrath@ub32...> |
Commiter | SHIRAKATA Kentaro |
fix #36207
@@ -277,7 +277,10 @@ find_skates() | ||
277 | 277 | register const char *s; |
278 | 278 | |
279 | 279 | for (i = SPEED_BOOTS; i <= LEVITATION_BOOTS; i++) |
280 | +/*JP | |
280 | 281 | if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "snow boots")) |
282 | +*/ | |
283 | + if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "雪靴")) | |
281 | 284 | return i; |
282 | 285 | |
283 | 286 | impossible("snow boots not found?"); |