mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Clean out noScript from the tests
This commit is contained in:
parent
102d59ff53
commit
85eebbb5b1
18 changed files with 14 additions and 50 deletions
|
|
@ -102,7 +102,6 @@ int main()
|
|||
|
||||
Script * script = e->script();
|
||||
assert(script != 0);
|
||||
assert(script != &noScript);
|
||||
|
||||
script->hook("nohookfunction", e);
|
||||
script->hook("test_hook", e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue