From d670c831c2183967a5b5e2cdd104fd07a40bb3f4 Mon Sep 17 00:00:00 2001 From: JacobF Date: Sun, 4 Sep 2011 17:01:28 -0400 Subject: These numbers were well exceeding 2^32... --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 411a7ae51..e0b67eb6e 100644 --- a/src/map.h +++ b/src/map.h @@ -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(); -- cgit v1.2.3