Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
void setGameSpeed(Player& pl, double speed) {
|
||||
if(pl != HOST_PLAYER)
|
||||
return;
|
||||
|
||||
gameSpeed = clamp(speed, 0.0, 10.0);
|
||||
}
|
||||
Reference in New Issue
Block a user