Alexander 'z33ky' Hirsch 7d78384b26 Fix scriptanimevent_t::SetOption()
The string argument refers to memory managed by the Squirrel VM. It has
no guarantee that the string will continue to exist after the hook, from
which this can be called, has finished executing.
To fix this, allocate memory to copy the string into and manage it as
needed.
2024-11-19 13:26:59 +01:00
..
2014-05-15 13:59:18 -07:00
2024-11-19 13:26:59 +01:00