mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-06 18:00:17 +00:00
changed names generateAlts to extend_altmap and createAlternateMap to create_altmap
This commit is contained in:
@@ -227,7 +227,7 @@ EX void initgame() {
|
||||
if(specialland == laCamelot)
|
||||
start_camelot(cwt.at);
|
||||
else {
|
||||
heptagon *h = createAlternateMap(cwt.at, 2, hsA);
|
||||
heptagon *h = create_altmap(cwt.at, 2, hsA);
|
||||
if(!h) printf("FAIL\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user