mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- made Ammo.GetParentAmmo virtual
This commit is contained in:
parent
0160841dde
commit
3291d8e9ac
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Ammo : Inventory
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
Class<Ammo> GetParentAmmo ()
|
||||
virtual Class<Ammo> GetParentAmmo ()
|
||||
{
|
||||
class<Object> type = GetClass();
|
||||
|
||||
|
|
Loading…
Reference in a new issue