mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r17484) -Fix: squirrel export didn't like one of the casts
This commit is contained in:
@@ -347,7 +347,7 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Add a const (non-enum) value
|
# Add a const (non-enum) value
|
||||||
/^[ ]*static const \w+ \w+ = \w+;/ {
|
/^[ ]*static const \w+ \w+ = \(?\w*\)?\w+;/ {
|
||||||
const_size++
|
const_size++
|
||||||
const_value[const_size] = $4
|
const_value[const_size] = $4
|
||||||
next
|
next
|
||||||
|
Reference in New Issue
Block a user