reyandme / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
122 stars 29 forks source link

FPC: fix Error: Global Generic template references static symtable #188

Closed dpronin closed 8 months ago

dpronin commented 8 months ago

this happened because constant had been defined within implementation section and used in a generic code what is prohibited by Free Pascal

the constant must be defined in the interface to make it compile