mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 13:41:11 +00:00
(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash
This commit is contained in:
parent
66a8c324db
commit
5f18d6d828
@ -597,6 +597,7 @@ public:
|
|||||||
}
|
}
|
||||||
SQInteger Factor()
|
SQInteger Factor()
|
||||||
{
|
{
|
||||||
|
_exst._deref = DEREF_NO_DEREF;
|
||||||
switch(_token)
|
switch(_token)
|
||||||
{
|
{
|
||||||
case TK_STRING_LITERAL: {
|
case TK_STRING_LITERAL: {
|
||||||
|
Loading…
Reference in New Issue
Block a user