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