1
0

Fixed codepage conversion

This commit is contained in:
madmaxoft 2013-09-10 22:02:46 +02:00
parent 410ba0e331
commit 6dbe3296e0

View File

@ -525,7 +525,7 @@ void cWorld::Start(void)
m_LastSave = 0; m_LastSave = 0;
m_LastUnload = 0; m_LastUnload = 0;
// preallocate some memory for ticking blocks so we don<EFBFBD>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_BlockTickQueue.reserve(1000);
m_BlockTickQueueCopy.reserve(1000); m_BlockTickQueueCopy.reserve(1000);