Compare commits
3 Commits
a7db3817a6
..
v4.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7676f1c809 | |||
| dc8598a5c9 | |||
| 51c57cd932 |
@@ -1099,7 +1099,8 @@ public class Game : MonoBehaviour
|
||||
veh.isBot ? 1 : 0,
|
||||
veh.isIt,
|
||||
veh.score,
|
||||
veh.specialInput ? 1 : 0);
|
||||
veh.specialInput ? 1 : 0,
|
||||
veh.zorbBall);
|
||||
veh.networkView.RPC(
|
||||
"sC",
|
||||
player,
|
||||
@@ -1108,8 +1109,7 @@ public class Game : MonoBehaviour
|
||||
veh.vehicleColor.b,
|
||||
veh.vehicleAccent.r,
|
||||
veh.vehicleAccent.g,
|
||||
veh.vehicleAccent.b,
|
||||
veh.zorbBall);
|
||||
veh.vehicleAccent.b);
|
||||
}
|
||||
|
||||
//Sync Server Prefs
|
||||
@@ -1876,6 +1876,7 @@ public class Game : MonoBehaviour
|
||||
plyVeh.zorbBall = zorbBall;
|
||||
|
||||
if (viewID.isMine && isBot == 0) Player = plyObj;
|
||||
if (plyVeh.isIt == 1) QuarryVeh = plyVeh;
|
||||
}
|
||||
|
||||
[RPC]
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="s"
|
||||
BuildCommandLine="if exist "$(SolutionDir)\marsxplr_build\Mars Explorer_Data\lib" rd /S /Q "$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib"
if exist "$(SolutionDir)marsxplr_build\Mars Explorer_Data" rd /S /Q "$(SolutionDir)marsxplr_build\Mars Explorer_Data"
md $(SolutionDir)marsxplr_build
md "$(SolutionDir)marsxplr_build\Mars Explorer_Data"
md "$(SolutionDir)marsxplr_build\Mars Explorer_Data\lib""
|
||||
ReBuildCommandLine=""
|
||||
CleanCommandLine=""
|
||||
Output=""
|
||||
|
||||
Reference in New Issue
Block a user