summaryrefslogtreecommitdiffstats
path: root/source/World.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-10 22:02:46 +0200
committermadmaxoft <github@xoft.cz>2013-09-10 22:03:11 +0200
commit6dbe3296e002710dc1e7eccf792221e4583e82ff (patch)
treecdb0d0e827f177613e01482aff8db075455c8173 /source/World.cpp
parentDumpAPI: Basic HTML output for classes (diff)
downloadcuberite-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 'source/World.cpp')
-rw-r--r--source/World.cpp2
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);