summaryrefslogtreecommitdiff
path: root/src/guiDeathScreen.h
Commit message (Collapse)AuthorAge
* Add virtual destructors to abstract classesGiuseppe Bilotta2011-12-28
| | | | | | | 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.
* Handle death and respawn betterPerttu Ahola2011-10-15