cleanup (got rid of the custom Language enum, re-used the one in the Common namespace)

svn-id: r24595
This commit is contained in:
Gregory Montoir 2006-11-03 22:36:05 +00:00
parent b9019637f8
commit d5608e82ed
13 changed files with 54 additions and 79 deletions

View file

@ -124,7 +124,7 @@ void CmdState::init() {
Command::Command(QueenEngine *vm)
: _cmdList(NULL), _cmdArea(NULL), _cmdObject(NULL), _cmdInventory(NULL), _cmdGameState(NULL),
_cmdText((vm->resource()->getLanguage() == HEBREW), CmdText::COMMAND_Y_POS, vm), _vm(vm) {
_cmdText((vm->resource()->getLanguage() == Common::HB_ISR), CmdText::COMMAND_Y_POS, vm), _vm(vm) {
}
Command::~Command() {