| 29 | {} |
| 30 | |
| 31 | void CObjectActionCommand::initialize() |
| 32 | { |
| 33 | inherited::initialize(); |
| 34 | object().inventory().Action(m_command, CMD_START); |
| 35 | } |
| 36 | |
| 37 | ////////////////////////////////////////////////////////////////////////// |
| 38 | // CObjectActionShow |
nothing calls this directly
no test coverage detected