Removed vsstudio project
works on mac other minor changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user