- [NEW] Implementat el flag SPECIAL en l'editor
This commit is contained in:
@@ -231,6 +231,7 @@ namespace actor
|
||||
if (value&32) strcat(tmp, "ORIENTABLE ");
|
||||
if (value&64) strcat(tmp, "DEADLY ");
|
||||
if (value&128) strcat(tmp, "GRAVITY ");
|
||||
if (value&512) strcat(tmp, "SPECIAL ");
|
||||
return tmp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user