Home
last modified time | relevance | path

Searched refs:sg_cycleMaxRefCount (Results 1 – 1 of 1) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycleMovement.cpp449 static int sg_cycleMaxRefCount = 30000; variable
450 static tSettingItem<int> conf_sgCycleMaxRefCount ("CYCLE_MAX_REFCOUNT", sg_cycleMaxRefCount );
2496 if ( GetRefcount() > sg_cycleMaxRefCount && Alive() ) in AddRef()
2500 int backup = sg_cycleMaxRefCount; in AddRef()
2501 sg_cycleMaxRefCount += 100; in AddRef()
2503 sg_cycleMaxRefCount = backup; in AddRef()