3 Commits

2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1099,7 +1099,8 @@ public class Game : MonoBehaviour
veh.isBot ? 1 : 0, veh.isBot ? 1 : 0,
veh.isIt, veh.isIt,
veh.score, veh.score,
veh.specialInput ? 1 : 0); veh.specialInput ? 1 : 0,
veh.zorbBall);
veh.networkView.RPC( veh.networkView.RPC(
"sC", "sC",
player, player,
@@ -1108,8 +1109,7 @@ public class Game : MonoBehaviour
veh.vehicleColor.b, veh.vehicleColor.b,
veh.vehicleAccent.r, veh.vehicleAccent.r,
veh.vehicleAccent.g, veh.vehicleAccent.g,
veh.vehicleAccent.b, veh.vehicleAccent.b);
veh.zorbBall);
} }
//Sync Server Prefs //Sync Server Prefs
@@ -1876,6 +1876,7 @@ public class Game : MonoBehaviour
plyVeh.zorbBall = zorbBall; plyVeh.zorbBall = zorbBall;
if (viewID.isMine && isBot == 0) Player = plyObj; if (viewID.isMine && isBot == 0) Player = plyObj;
if (plyVeh.isIt == 1) QuarryVeh = plyVeh;
} }
[RPC] [RPC]
+1 -1
View File
@@ -43,7 +43,7 @@
> >
<Tool <Tool
Name="VCNMakeTool" Name="VCNMakeTool"
BuildCommandLine="s" BuildCommandLine="if exist &quot;$(SolutionDir)\marsxplr_build\Mars Explorer_Data\lib&quot; rd /S /Q &quot;$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib&quot;&#x0D;&#x0A;if exist &quot;$(SolutionDir)marsxplr_build\Mars Explorer_Data&quot; rd /S /Q &quot;$(SolutionDir)marsxplr_build\Mars Explorer_Data&quot;&#x0D;&#x0A;md $(SolutionDir)marsxplr_build&#x0D;&#x0A;md &quot;$(SolutionDir)marsxplr_build\Mars Explorer_Data&quot;&#x0D;&#x0A;md &quot;$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib&quot;"
ReBuildCommandLine="" ReBuildCommandLine=""
CleanCommandLine="" CleanCommandLine=""
Output="" Output=""