aboutsummaryrefslogtreecommitdiff
path: root/src/guiDeathScreen.h
AgeCommit message (Collapse)Author
2011-12-28Add virtual destructors to abstract classesGiuseppe Bilotta
IRespawnInitiator and InventoryActions are abstract classes, but they were missing a virtual destructor. Define it, even if it does nothing and its absence most likely makes no difference other tha causing warnings during compile.
2011-10-15Handle death and respawn betterPerttu Ahola