niv / neverwinter.nim

CLI tools and nim library used in Neverwinter Nights: Enhanced Edition development
MIT License
131 stars 29 forks source link

scriptcomp: fix Unidentified Identifier errors not displaying the identifier name #115

Closed Daztek closed 5 months ago

Daztek commented 5 months ago

CExoString sFunctionName; was only ever declared and never assigned.

Testing

It worked in the game. Haven't compiled/tested the standalone compiler.

Changelog

Fixed

Licence