Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Jul 21, 2020
1 parent 412be4f commit c78f10c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rts/Sim/Projectiles/Projectile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ CR_REG_METADATA(CProjectile,
CR_MEMBER(luaMoveCtrl),
CR_MEMBER(checkCol),
CR_MEMBER(ignoreWater),

CR_IGNORED(createMe),
CR_MEMBER(deleteMe),

CR_MEMBER(castShadow),
Expand Down
2 changes: 2 additions & 0 deletions rts/Sim/Projectiles/Projectile.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ class CProjectile: public CExpGenSpawnable
bool luaMoveCtrl = false;
bool checkCol = true;
bool ignoreWater = false;

bool createMe = true;
bool deleteMe = false;

bool castShadow = false;
Expand Down

0 comments on commit c78f10c

Please sign in to comment.