Removed vsstudio project
works on mac other minor changes
This commit is contained in:
@@ -34,7 +34,7 @@ void StarField::Update() {
|
||||
}
|
||||
|
||||
void StarField::ProcessMessage(const char* msg) {
|
||||
if (msg == "SetStarFieldVelocity") {
|
||||
if (message_eq("SetStarFieldVelocity")) {
|
||||
int* params = GetMessageParams();
|
||||
speed = params[0] * 0.01f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user