Merge branch 'Movement' of github.com:teamfisk/TacticalZ into Movement

# Conflicts:
#	resources/Schema/Entities/RayAssaultBlue.xml
This commit is contained in:
viktorljung
2016-03-13 16:45:57 +01:00
14 changed files with 1290 additions and 129 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ void FadeSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper& cFade,
return;
}
if (!(bool)cFade["Out"]) {
if ((bool)cFade["Out"]) {
dTime *= -1;
}