mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
9 lines
214 B
Text
9 lines
214 B
Text
void script_1281(int arg0,int arg1,int arg2,int arg3) {
|
|
if (arg2 == -1) {
|
|
script_1280(arg0, arg1, arg3, arg1);
|
|
return;
|
|
}
|
|
script_1280(arg0, arg1, arg3, arg2);
|
|
script_1280(arg0, arg2, arg3, arg1);
|
|
return;
|
|
}
|