Added syncing to some Railgun projectile fields
This commit is contained in:
committed by
Matthias Mailänder
parent
39ccac4022
commit
4143aba595
@@ -108,6 +108,8 @@ namespace OpenRA.Mods.Common.Projectiles
|
|||||||
|
|
||||||
int ticks;
|
int ticks;
|
||||||
bool animationComplete;
|
bool animationComplete;
|
||||||
|
|
||||||
|
[Sync]
|
||||||
WPos target;
|
WPos target;
|
||||||
|
|
||||||
// Computing these in Railgun instead of RailgunRenderable saves Info.Duration ticks of computation.
|
// Computing these in Railgun instead of RailgunRenderable saves Info.Duration ticks of computation.
|
||||||
|
|||||||
Reference in New Issue
Block a user