From 44f0c57dd2f1e8d1c51a7ed36ca0d763bc469038 Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 23 Apr 2000 22:11:33 +0000 Subject: [PATCH] NetworkLag -> NetworkMaxLag --- src/unit/unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit/unit.cpp b/src/unit/unit.cpp index 1b3bdbccc..962db2f39 100644 --- a/src/unit/unit.cpp +++ b/src/unit/unit.cpp @@ -230,7 +230,7 @@ global void ReleaseUnit(Unit* unit) // *ReleasedTail=unit; ReleasedTail=&unit->Next; - unit->Refs=FrameCounter+NetworkLag; // could reuse after this. + unit->Refs=FrameCounter+NetworkMaxLag; // could be reuse after this. unit->Type=NULL; // for debugging. #else FreeUnitMemory(unit);