Fixed codepage conversion
This commit is contained in:
parent
410ba0e331
commit
6dbe3296e0
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user