Whitespace
svn-id: r18415
This commit is contained in:
parent
2c9d2ffc97
commit
ea72e5c49f
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ int32 Logic::fnTheyDo(int32 *params) {
|
||||||
// 6 ins5
|
// 6 ins5
|
||||||
|
|
||||||
StandardHeader *head = (StandardHeader *)_vm->_resman->openResource(params[0]);
|
StandardHeader *head = (StandardHeader *)_vm->_resman->openResource(params[0]);
|
||||||
assert (head->fileType == GAME_OBJECT);
|
assert(head->fileType == GAME_OBJECT);
|
||||||
|
|
||||||
// Run the target's get-speech-state script
|
// Run the target's get-speech-state script
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue