diff options
author | madmaxoft <github@xoft.cz> | 2013-09-10 22:02:46 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-10 22:03:11 +0200 |
commit | 6dbe3296e002710dc1e7eccf792221e4583e82ff (patch) | |
tree | cdb0d0e827f177613e01482aff8db075455c8173 | |
parent | DumpAPI: Basic HTML output for classes (diff) | |
download | cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar.gz cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar.bz2 cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar.lz cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar.xz cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.tar.zst cuberite-6dbe3296e002710dc1e7eccf792221e4583e82ff.zip |
Diffstat (limited to '')
-rw-r--r-- | source/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.cpp b/source/World.cpp index a3572a48a..edcbb48f2 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -525,7 +525,7 @@ void cWorld::Start(void) m_LastSave = 0; m_LastUnload = 0; - // preallocate some memory for ticking blocks so we don�t need to allocate that often + // preallocate some memory for ticking blocks so we don't need to allocate that often m_BlockTickQueue.reserve(1000); m_BlockTickQueueCopy.reserve(1000); |