From 6dbe3296e002710dc1e7eccf792221e4583e82ff Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Tue, 10 Sep 2013 22:02:46 +0200 Subject: Fixed codepage conversion --- source/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); -- cgit v1.2.3