Commit progression

This commit is contained in:
Lynix
2017-01-27 14:48:31 +01:00
parent 12b4073033
commit 8a59dc88b8
11 changed files with 865 additions and 811 deletions

View File

@@ -1,11 +1,11 @@
#include <Nazara/Network/ENetPacket.hpp>
#include <Nazara/Network/ENetPacket.hpp>
#include <Nazara/Core/MemoryPool.hpp>
#include <Nazara/Network/Debug.hpp>
namespace Nz
{
/// Temporary
void ENetPacketRef::Reset(ENetPacket* packet = nullptr)
void ENetPacketRef::Reset(ENetPacket* packet)
{
if (m_packet)
{
@@ -20,4 +20,4 @@ namespace Nz
if (m_packet)
m_packet->referenceCount++;
}
}
}