Fixed minor style issues.
This commit is contained in:
parent
262e6d06aa
commit
cf73fee7e3
@ -363,7 +363,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Variadic template recursor: More params to push. Push them and recurse. */
|
/** Variadic template recursor: More params to push. Push them and recurse. */
|
||||||
template<typename T, typename... Args>
|
template <typename T, typename... Args>
|
||||||
inline bool PushCallPop(T a_Param, Args &&... args)
|
inline bool PushCallPop(T a_Param, Args &&... args)
|
||||||
{
|
{
|
||||||
Push(a_Param);
|
Push(a_Param);
|
||||||
|
@ -343,7 +343,7 @@ private:
|
|||||||
cCriticalSection m_CSChunkLists;
|
cCriticalSection m_CSChunkLists;
|
||||||
cChunkCoordsList m_LoadedChunks; // Chunks that the player belongs to
|
cChunkCoordsList m_LoadedChunks; // Chunks that the player belongs to
|
||||||
cChunkCoordsList m_ChunksToSend; // Chunks that need to be sent to the player (queued because they weren't generated yet or there's not enough time to send them)
|
cChunkCoordsList m_ChunksToSend; // Chunks that need to be sent to the player (queued because they weren't generated yet or there's not enough time to send them)
|
||||||
cChunkCoordsList m_SentChunks; // Store the coordinates of the chunks that the client has loaded
|
cChunkCoordsList m_SentChunks; // Chunks that are currently sent to the client
|
||||||
|
|
||||||
cProtocol * m_Protocol;
|
cProtocol * m_Protocol;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user