OSDN Git Service

fix #36207
authorSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 28 Mar 2016 16:50:28 +0000 (01:50 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 28 Mar 2016 16:50:28 +0000 (01:50 +0900)
src/o_init.c

index ed0cd54..7765376 100644 (file)
@@ -277,7 +277,10 @@ find_skates()
     register const char *s;
 
     for (i = SPEED_BOOTS; i <= LEVITATION_BOOTS; i++)
+/*JP
         if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "snow boots"))
+*/
+        if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "\90รก\8cC"))
             return i;
 
     impossible("snow boots not found?");