mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- made Ammo.GetParentAmmo virtual
This commit is contained in:
parent
3d69fc327b
commit
f7fe19ee51
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