Added initial version
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
int script_3671(int arg0) {
|
||||
flow_0:
|
||||
SWITCH (arg0) {
|
||||
case 2:
|
||||
GOTO flow_1
|
||||
case 3:
|
||||
GOTO flow_2
|
||||
case 4:
|
||||
GOTO flow_3
|
||||
case 5:
|
||||
GOTO flow_4
|
||||
}
|
||||
return 3127;
|
||||
flow_1:
|
||||
return 3130;
|
||||
flow_2:
|
||||
return 3133;
|
||||
flow_3:
|
||||
return 3136;
|
||||
flow_4:
|
||||
return 3139;
|
||||
}
|
||||
Reference in New Issue
Block a user