mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
These numbers were well exceeding 2^32...
This commit is contained in:
parent
d1a16f24cf
commit
d670c831c2
2 changed files with 6 additions and 5 deletions
|
@ -378,7 +378,7 @@ public:
|
|||
// Verify we can read/write to the database
|
||||
void verifyDatabase();
|
||||
// Get an integer suitable for a block
|
||||
static int getBlockAsInteger(const v3s16 pos);
|
||||
static sqlite3_int64 getBlockAsInteger(const v3s16 pos);
|
||||
|
||||
// Returns true if the database file does not exist
|
||||
bool loadFromFolders();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue