X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fserver%2Fmap.h;h=641cb797edca08f8d9ef95692901777d84eb6fd3;hb=6489cfca32023a529f70960a089c73e282d73941;hp=4ff6f68faa123348023c550909a3a9bc18875021;hpb=85cd980ab5f84ea2d1979ea39af6d230b2788120;p=plomrogue diff --git a/src/server/map.h b/src/server/map.h index 4ff6f68..641cb79 100644 --- a/src/server/map.h +++ b/src/server/map.h @@ -16,7 +16,8 @@ * a sea of one land cell in the middle, then going into a cycle of repeatedly * selecting a random sea cell and transforming it into land if it is neighbor * to land; the cycle ends when a land cell is due to be created right at the - * border of the map. Lots of 'X' cells representing trees are put on the island. + * border of the map. Lots of 'X' cells representing trees are put on the + * island. */ extern void remake_map();