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

@@ -88,7 +88,7 @@ void GenerateExplosion(int x, int y) {
}
void Explosions::ProcessMessage(const char* msg) {
if (msg == "GenerateExplosion") {
if (message_eq("GenerateExplosion")) {
int* params = GetMessageParams();
GenerateExplosion(params[0], params[1]);
}