changeset 339 | 7535ab6c3820 |
parent 338 | d1e75dcd285f |
child 347 | 6521e1b2cd40 |
338:d1e75dcd285f | 339:7535ab6c3820 |
---|---|
222 |
222 |
223 if (lst[0]=="START:") { |
223 if (lst[0]=="START:") { |
224 readyToStart=true; |
224 readyToStart=true; |
225 if(m_hwserver->shouldStart(this)) { |
225 if(m_hwserver->shouldStart(this)) { |
226 // start |
226 // start |
227 m_hwserver->sendAll("RUNGAME"); |
|
227 } |
228 } |
228 return; |
229 return; |
229 } |
230 } |
230 |
231 |
231 if(lst[0]=="CONFIG_PARAM") { |
232 if(lst[0]=="CONFIG_PARAM") { |