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

@@ -72,7 +72,7 @@ void CreateNewLaser(float x1, float y1, float x2, float y2, unsigned char r, uns
}
void Lasers::ProcessMessage(const char* msg) {
if (msg == "CreateNewLaser") {
if (message_eq("CreateNewLaser")) {
int* params = GetMessageParams();
if (params[4] == 0) {
CreateNewLaser(params[0], params[1], params[2], params[3], 255, 0, 0);