mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
more stuff...
This commit is contained in:
parent
21372749f5
commit
6e2cd15902
3 changed files with 13 additions and 6 deletions
|
@ -289,6 +289,7 @@ Doing now (most important at the top):
|
|||
with the ones in utility.h
|
||||
|
||||
=== Stuff to do after release
|
||||
* Make an "environment metafile" to store at least time of day
|
||||
* Move digging property stuff from material.{h,cpp} to mapnode.cpp...
|
||||
- Or maybe move content_features to material.{h,cpp}?
|
||||
* Add some kind of erosion and other stuff that now is possible
|
||||
|
@ -1542,6 +1543,10 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// If no path found, use the first one (menu creates the file)
|
||||
if(configpath == "")
|
||||
configpath = filenames[0];
|
||||
}
|
||||
|
||||
// Initialize random seed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue