SCI: change remove script FIXME warning into comment
svn-id: r44901
This commit is contained in:
parent
e780a973d2
commit
91eee2e99a
1 changed files with 1 additions and 2 deletions
|
@ -1731,8 +1731,7 @@ void script_uninstantiate(SegManager *segMan, int script_nr) {
|
|||
|
||||
if (getSciVersion() < SCI_VERSION_1_1)
|
||||
script_uninstantiate_sci0(segMan, script_nr, segment);
|
||||
else
|
||||
warning("FIXME: Add proper script uninstantiation for SCI 1.1");
|
||||
// FIXME: Add proper script uninstantiation for SCI 1.1
|
||||
|
||||
if (scr->getLockers())
|
||||
return; // if xxx.lockers > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue