SCI: Added FIXME comment to not_register()

svn-id: r41172
This commit is contained in:
Max Horn 2009-06-04 20:50:51 +00:00
parent 3da455420a
commit 3091de6735
2 changed files with 11 additions and 2 deletions

View file

@ -126,5 +126,8 @@ EngineState::EngineState() : _dirseeker(this) {
EngineState::~EngineState() {
}
uint16 EngineState::currentRoomNumber() const {
return KP_UINT(script_000->locals_block->_locals[13]);
}
} // End of namespace Sci