diff options
Diffstat (limited to 'src/mapgen.h')
-rw-r--r-- | src/mapgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index b2fbe7429..0090b0eda 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -271,7 +271,7 @@ public: bool getSchematicFromMap(Map *map, v3s16 p1, v3s16 p2); void placeStructure(Map *map, v3s16 p); - void applyProbabilities(std::vector<std::pair<v3s16, u8> > *plist, v3s16 p0); + void applyProbabilities(std::vector<std::pair<v3s16, s16> > *plist, v3s16 p0); }; void build_nnlist_and_update_ids(MapNode *nodes, u32 nodecount, |