mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
Added missing template<>
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Archive
|
||||
* all respects except that packDeltas() will send the entire map
|
||||
* on the network.
|
||||
*/
|
||||
|
||||
template<>
|
||||
void AutoDeltaPackedMap<NetworkId, int>::pack(ByteStream & target, const std::string & buffer)
|
||||
{
|
||||
char temp[200];
|
||||
@@ -58,6 +58,7 @@ namespace Archive
|
||||
}
|
||||
}
|
||||
|
||||
template<>
|
||||
void AutoDeltaPackedMap<NetworkId, int>::unpack(ReadIterator & source, std::string & buffer)
|
||||
{
|
||||
char temp[200];
|
||||
|
||||
Reference in New Issue
Block a user