You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
var p_num, i;
|
|
p_num = parameter_count()
|
|
for (i = 0; i < p_num; i += 1)
|
|
{
|
|
p_string[i] = parameter_string(i)
|
|
switch p_string[i]
|
|
{
|
|
case "-nowindow":
|
|
draw_enable_drawevent(0)
|
|
break
|
|
}
|
|
|
|
}
|
|
global.saxmode = 0
|