189 // onenter and mainloop go into buffers, and we want the closing |
189 // onenter and mainloop go into buffers, and we want the closing |
190 // data headers into said buffers too. |
190 // data headers into said buffers too. |
191 w->Write (dataheader); |
191 w->Write (dataheader); |
192 g_CurMode = MODE_TOPLEVEL; |
192 g_CurMode = MODE_TOPLEVEL; |
193 |
193 |
194 MustNext (";"); |
194 if (!PeekNext().compare (";")) |
|
195 MustNext (";"); |
195 continue; |
196 continue; |
196 } |
197 } |
197 // Check global variables |
198 // Check global variables |
198 ScriptVar* g = FindGlobalVariable (token); |
199 ScriptVar* g = FindGlobalVariable (token); |
199 if (g) { |
200 if (g) { |