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