mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
11 lines
230 B
Text
11 lines
230 B
Text
void script_2757(int arg0) {
|
|
if ((((boolean)globalint_173) || ((boolean)bitconfig_542)) || (arg0 != 1)) {
|
|
return;
|
|
}
|
|
if (cameraGetVrot() < 150) {
|
|
cameraMethod5504(150, 0);
|
|
} else {
|
|
cameraMethod5504(149, 0);
|
|
}
|
|
return;
|
|
}
|