OSDN Git Service

[Refactor] #1172 Changed '(TRUE)', 'TRUE;' and 'FALSE;' to '(true)', 'true;' and...
[hengbandforosx/hengbandosx.git] / src / load / dungeon-loader.cpp
index 16815d7..7b30d48 100644 (file)
@@ -126,7 +126,7 @@ static errr rd_dungeon(player_type *player_ptr)
         break;
     }
 
-    current_world_ptr->character_dungeon = TRUE;
+    current_world_ptr->character_dungeon = true;
     return err;
 }