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