diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ArrowEntity.h (renamed from src/Entities/ProjectileArrow.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ProjectileArrow.h b/src/Entities/ArrowEntity.h index 18c30feae..1fe3032ee 100644 --- a/src/Entities/ProjectileArrow.h +++ b/src/Entities/ArrowEntity.h @@ -1,5 +1,5 @@ // -// ProjectileArrow.h +// ArrowEntity.h // #pragma once @@ -13,7 +13,7 @@ // tolua_begin class cArrowEntity : -public cProjectileEntity + public cProjectileEntity { typedef cProjectileEntity super; |