cleanup (got rid of the custom Language enum, re-used the one in the Common namespace)
svn-id: r24595
This commit is contained in:
parent
b9019637f8
commit
d5608e82ed
13 changed files with 54 additions and 79 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue