Skip to content

Duke3D/CON: fix for disallowing digits at the start of var labels

Filip Homolka requested to merge fhomolka/eduke32:gamevar_name_fix into master

Proposed fix for this issue. The check was already there, but working incorrectly due to the text pointer not being placed right onto the label.

Merge request reports