ianpatt / f4se

Fallout 4 Script Extender
https://f4se.silverlock.org
120 stars 24 forks source link

Fixed script handle resolving #14

Closed dlinny-lag closed 3 years ago

dlinny-lag commented 3 years ago

Fixed script handle resoliving when script defined in ESL plugin.

An example of script handle that could not be correctly resolved: 0x00000000FE007803

ianpatt commented 3 years ago

Slightly modified to match the skse64 version. Upper 32 bits weren't being masked off.