From 74c300e7a9929c4dafd8554734a92bfb10bac7cb Mon Sep 17 00:00:00 2001 From: Dan Korostelev Date: Wed, 10 May 2017 22:57:24 +0300 Subject: [PATCH] support reading OMakeEnum --- format/hl/Reader.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/hl/Reader.hx b/format/hl/Reader.hx index d600d402..ca681599 100644 --- a/format/hl/Reader.hx +++ b/format/hl/Reader.hx @@ -205,7 +205,7 @@ class Reader { switch( args ) { case -1: switch( op ) { - case 29, 30, 31, 32, 92: + case 29, 30, 31, 32, 92, 88: args3[0] = index(); args3[1] = index(); args3[2] = [for( i in 0...uindex() ) index()];