Fixed codepage conversion

This commit is contained in:
madmaxoft
2013-09-10 22:03:11 +02:00
parent 410ba0e331
commit 6dbe3296e0
+1 -1
View File
@@ -525,7 +525,7 @@ void cWorld::Start(void)
m_LastSave = 0;
m_LastUnload = 0;
// preallocate some memory for ticking blocks so we dont 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);