SCI: Added FIXME comment to not_register()
svn-id: r41172
This commit is contained in:
parent
3da455420a
commit
3091de6735
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue