OSDN Git Service

Revert ef43e5d32 [Change] 変愚蛮怒名義を馬鹿馬鹿蛮怒名義に変更. / Change naming from Hengband to Bakaba...
[hengbandforosx/hengbandosx.git] / src / load / world-loader.c
index d5967d4..f3e8ba4 100644 (file)
@@ -10,7 +10,7 @@
 #include "system/floor-type-definition.h"
 #include "world/world.h"
 
-static void rd_Bakabakaband_dungeons(void)
+static void rd_hengband_dungeons(void)
 {
     byte max = (byte)current_world_ptr->max_d_idx;
     rd_byte(&max);
@@ -28,7 +28,7 @@ void rd_dungeons(player_type *creature_ptr)
     if (z_older_than(10, 3, 8))
         rd_zangband_dungeon();
     else
-        rd_Bakabakaband_dungeons();
+        rd_hengband_dungeons();
 
     if (creature_ptr->max_plv < creature_ptr->lev)
         creature_ptr->max_plv = creature_ptr->lev;