mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
233 B
Text
8 lines
233 B
Text
void script_4245(int arg0,int arg1,int arg2,int arg3,int arg4,string arg5) {
|
|
if (getDisplayMode() >= 2) {
|
|
script_4248(arg0, arg1, arg2, arg3, arg4, arg5);
|
|
} else {
|
|
script_4247(arg0, arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
return;
|
|
}
|