mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
7 lines
213 B
Text
7 lines
213 B
Text
void script_2336(int arg0,int arg1) {
|
|
if (getDisplayMode() != arg1) {
|
|
setScriptCallOnGameloop(2336, new WidgetPointer(arg0), getDisplayMode(), "Ii", new WidgetPointer(arg0));
|
|
script_2337(arg0);
|
|
}
|
|
return;
|
|
}
|