Änderungen

Summary

  1. Do not return natives in i2code (commit: c38cbeb) (details)
Commit c38cbebec810481925412eb119395404dae326ea by lep.delete
Do not return natives in i2code

Technically the game accepts the gamescript this way but upon executing it the
game crashes. So we do what we always do and just return DoNothing. But this
time i added a _DoNothing function to runtime/wrap.j to not rely on the one
from Blizzard.j
(commit: c38cbeb)
The file was modifiedHot/Init/Auto.hs (diff)
The file was modifiedruntime/wrap-around.j (diff)