Fixing zoom test
The final change before zoom_init
was merged broke the test. This final change implemented extraction of gravity properties if the engine
wasn't NULL
but the test never set s->e = NULL
so this condition failed and the test segfaulted trying to access uninitialised memory.
This MR fixes that issue.