Removed vsstudio project

works on mac
other minor changes
This commit is contained in:
2021-08-24 18:20:48 +02:00
parent f6679961f3
commit fcb1f2a9ee
14 changed files with 43 additions and 242 deletions

View File

@@ -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;
}