diff options
| author | Gregory Montoir | 2004-11-23 22:21:45 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2004-11-23 22:21:45 +0000 |
| commit | 6414ec92a2a3509946ae4ec35a3a77e76ad152df (patch) | |
| tree | 362697a68f2f04b35650124b57be3292b766cb79 /queen/command.cpp | |
| parent | 9c317c95c3746ffcda8ae36b692a54ad49ad59dd (diff) | |
| download | scummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.tar.gz scummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.tar.bz2 scummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.zip | |
cleanup, follow code conventions
svn-id: r15872
Diffstat (limited to 'queen/command.cpp')
| -rw-r--r-- | queen/command.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp index bb9efe4d93..4b32d43829 100644 --- a/queen/command.cpp +++ b/queen/command.cpp @@ -122,7 +122,8 @@ void CmdState::init() { } Command::Command(QueenEngine *vm) - : _cmdText((vm->resource()->getLanguage() == HEBREW), CmdText::COMMAND_Y_POS, vm), _vm(vm) { + : _cmdList(NULL), _cmdArea(NULL), _cmdObject(NULL), _cmdInventory(NULL), _cmdGameState(NULL), + _cmdText((vm->resource()->getLanguage() == HEBREW), CmdText::COMMAND_Y_POS, vm), _vm(vm) { } Command::~Command() { |
