Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -26,7 +26,7 @@ class cSplashPotionEntity :
|
||||
{
|
||||
// tolua_end
|
||||
|
||||
using super = cProjectileEntity;
|
||||
using Super = cProjectileEntity;
|
||||
|
||||
public: // tolua_export
|
||||
|
||||
@@ -76,7 +76,7 @@ protected:
|
||||
}
|
||||
else
|
||||
{
|
||||
super::Tick(a_Dt, a_Chunk);
|
||||
Super::Tick(a_Dt, a_Chunk);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user