mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
and more performance tweaks
This commit is contained in:
@@ -118,7 +118,7 @@ namespace TaskManagerNameSpace
|
||||
std::vector<QueuedSpawnRequest> s_delayedSpawnRequests;
|
||||
struct OutstandingSpawnRequestAck
|
||||
{
|
||||
OutstandingSpawnRequestAck(const std::string n, const Archive::ByteStream & a, int t) :
|
||||
OutstandingSpawnRequestAck(const std::string &n, const Archive::ByteStream & a, int t) :
|
||||
nodeLabel(n), request(a), transactionId(t)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user