changeset 396 | 70dfd02845af |
parent 395 | 641ed71c7c93 |
child 399 | c7da1bd32b4e |
395:641ed71c7c93 | 396:70dfd02845af |
---|---|
177 ConfigAsked(); |
177 ConfigAsked(); |
178 return; |
178 return; |
179 } |
179 } |
180 |
180 |
181 if (lst[0] == "RUNGAME") { |
181 if (lst[0] == "RUNGAME") { |
182 RunGame(); |
182 RunGame(); |
183 return; |
|
183 } |
184 } |
184 |
185 |
185 if (lst[0] == "CONFIGURED") { |
186 if (lst[0] == "CONFIGURED") { |
186 lst.pop_front(); |
187 lst.pop_front(); |
187 if(lst.size()<5) return; |
188 if(lst.size()<5) return; |