Skip to content

Commit d80301f

Browse files
committed
Include type in unnamed integer values
1 parent 5584da6 commit d80301f

File tree

1,177 files changed

+5484
-5484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,177 files changed

+5484
-5484
lines changed

scripts/[clientscript,1v1arena_clear_opbutton].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 2711
22
[clientscript,1v1arena_clear_opbutton](component $component0, int $int1, int $int2)
33
if ((.cc_find($component0, $int1) = ^true) & (cc_find($component0, $int2) = ^true)) {
4-
sound_synth(2266, 1, 0);
4+
sound_synth(synth_2266, 1, 0);
55
cc_setcolour(^red);
66
if_setonmouserepeat(null, $component0);
77
if_setonmouseleave(null, $component0);

scripts/[clientscript,1v1arena_hud_button].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($int0 ! 1) {
44
return;
55
}
6-
sound_synth(2266, 1, 0);
6+
sound_synth(synth_2266, 1, 0);
77
if (cc_find($component1, $int2) = ^true) {
88
cc_setcolour(^red);
99
if_setonmouserepeat(null, $component1);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2716
22
[clientscript,1v1arena_hud_toggle](boolean $boolean0, component $component1, component $component2, component $component3)
3-
sound_synth(2266, 1, 0);
3+
sound_synth(synth_2266, 1, 0);
44
~1v1arena_hud_toggle($boolean0, $component1, $component2, $component3);

scripts/[clientscript,1v1arena_hud_transmit].cs2

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ $string0, $int25, $int26, $int27, $int28, $int29, $int30 = ~1v1arena_hud_buildpl
2626
$string0, $int25, $int26, $int27, $int28, $int29, $int30 = ~1v1arena_hud_buildplayer(17, $int17, $string0, $int25, $int26, $int27, $int28, $int29, $int30);
2727
$string0, $int25, $int26, $int27, $int28, $int29, $int30 = ~1v1arena_hud_buildplayer(18, $int18, $string0, $int25, $int26, $int27, $int28, $int29, $int30);
2828
$string0, $int25, $int26, $int27, $int28, $int29, $int30 = ~1v1arena_hud_buildplayer(19, $int19, $string0, $int25, $int26, $int27, $int28, $int29, $int30);
29-
~1v1arena_hud_buildarena(618:8, $int20);
30-
~1v1arena_hud_buildarena(618:9, $int21);
31-
~1v1arena_hud_buildarena(618:10, $int22);
32-
~1v1arena_hud_buildarena(618:11, $int23);
33-
~1v1arena_hud_buildarena(618:12, $int24);
29+
~1v1arena_hud_buildarena(interface_618:8, $int20);
30+
~1v1arena_hud_buildarena(interface_618:9, $int21);
31+
~1v1arena_hud_buildarena(interface_618:10, $int22);
32+
~1v1arena_hud_buildarena(interface_618:11, $int23);
33+
~1v1arena_hud_buildarena(interface_618:12, $int24);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2707
22
[clientscript,1v1arena_review_init](component $component0, component $component1)
33
~1v1arena_review_draw($component1);
4-
if_setoninvtransmit("1v1arena_review_draw($component1){207}", $component0);
4+
if_setoninvtransmit("1v1arena_review_draw($component1){inv_207}", $component0);

scripts/[clientscript,1v1arena_spectator_init].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def_enum $enum0 = ~toplevel_getcomponents;
55
if ($enum0 = null) {
66
return;
77
}
8-
def_component $component1 = enum(component, component, $enum0, 161:8);
8+
def_component $component1 = enum(component, component, $enum0, interface_161:8);
99
if ($component1 = null) {
1010
return;
1111
}

scripts/[clientscript,abyssalsire_overseer].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def_enum $enum0 = ~toplevel_getcomponents;
44
if ($enum0 = null) {
55
return;
66
}
7-
def_component $component1 = enum(component, component, $enum0, 161:3);
7+
def_component $component1 = enum(component, component, $enum0, interface_161:3);
88
if ($component1 = null) {
99
return;
1010
}

scripts/[clientscript,adventurepath_init].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ if (%varbit9328 = 1) {
1111
~adventurepath_task_init_op($component0, %var2357, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component18, $component17, $component19, $component20, $component21, $component22, $component23, $component24, $component25, $component26);
1212
~adventurepath_change_page($component0, $component3, $component17, $component19, 1);
1313
} else if (%varbit9328 = 2) {
14-
$enum28 = enum(int, enum, 2620, %var2357);
14+
$enum28 = enum(int, enum, enum_2620, %var2357);
1515
if ($enum28 ! null) {
1616
$int30 = enum_getoutputcount($enum28);
1717
while ($int29 < $int30) {
1818
$struct27 = enum(int, struct, $enum28, $int29);
19-
if (($struct27 ! null) & (struct_param($struct27, 806) = %var2358)) {
19+
if (($struct27 ! null) & (struct_param($struct27, param_806) = %var2358)) {
2020
$int29 = $int30;
2121
}
2222
$int29 = calc($int29 + 1);

scripts/[clientscript,adventurepath_item_init].cs2

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ if ($struct0 = null) {
44
if_close;
55
return;
66
}
7-
def_component $component1 = 643:4;
8-
def_component $component2 = 643:3;
9-
def_component $component3 = 643:0;
7+
def_component $component1 = interface_643:4;
8+
def_component $component2 = interface_643:3;
9+
def_component $component3 = interface_643:0;
1010
if_setsize(500, 334, ^setsize_abs, ^setsize_abs, $component3);
1111
if_setposition(6, 0, ^setpos_abs_left, ^setpos_abs_top, $component3);
1212
cc_deleteall($component1);
@@ -15,9 +15,9 @@ cc_deleteall($component3);
1515
def_int $int4 = 0;
1616
def_int $int5 = 0;
1717
def_int $int6 = 0;
18-
def_enum $enum7 = struct_param($struct0, 820);
19-
def_enum $enum8 = struct_param($struct0, 821);
20-
def_enum $enum9 = struct_param($struct0, 833);
18+
def_enum $enum7 = struct_param($struct0, param_820);
19+
def_enum $enum8 = struct_param($struct0, param_821);
20+
def_enum $enum9 = struct_param($struct0, param_833);
2121
def_enum $enum10 = null;
2222
def_enum $enum11 = null;
2323
def_namedobj $namedobj12 = null;
@@ -76,4 +76,4 @@ if ($int4 > $int17) {
7676
if_setposition(if_getx($component3), calc($int16 / 2), ^setpos_abs_left, ^setpos_abs_top, $component3);
7777
if_sethide(true, $component1);
7878
}
79-
~stoneborder(643:1, "<struct_param($struct0, 828)> completion rewards", 0);
79+
~stoneborder(interface_643:1, "<struct_param($struct0, param_828)> completion rewards", 0);

scripts/[clientscript,adventurepath_set_info_transmit].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
if (%var2358 = 0) {
44
return;
55
}
6-
def_enum $enum21 = enum(int, enum, 2620, %var2357);
6+
def_enum $enum21 = enum(int, enum, enum_2620, %var2357);
77
if ($enum21 = null) {
88
return;
99
}
1010
def_int $int22 = 0;
1111
def_struct $struct23 = null;
12-
def_int $int24 = struct_param($struct23, 806);
12+
def_int $int24 = struct_param($struct23, param_806);
1313
while ($int22 < enum_getoutputcount($enum21)) {
1414
$struct23 = enum(int, struct, $enum21, $int22);
1515
if (($struct23 ! null) & ($int24 = %var2358)) {

scripts/[clientscript,adventurepath_voucher_init].cs2

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// 2840
22
[clientscript,adventurepath_voucher_init](int $int0, string $string0)
3-
def_enum $enum1 = enum(int, enum, 2621, $int0);
3+
def_enum $enum1 = enum(int, enum, enum_2621, $int0);
44
if ($enum1 = null) {
55
if_close;
66
mes("The voucher has already been used.");
77
return;
88
}
9-
def_component $component2 = 643:4;
10-
def_component $component3 = 643:3;
11-
def_component $component4 = 643:0;
9+
def_component $component2 = interface_643:4;
10+
def_component $component3 = interface_643:3;
11+
def_component $component4 = interface_643:0;
1212
if_setsize(500, 334, ^setsize_abs, ^setsize_abs, $component4);
1313
if_setposition(6, 0, ^setpos_abs_left, ^setpos_abs_top, $component4);
1414
cc_deleteall($component2);
@@ -35,8 +35,8 @@ def_int $int17 = 0;
3535
while ($int13 < $int9) {
3636
$structarray0($int13) = enum(int, struct, $enum1, $int13);
3737
if ($structarray0($int13) ! null) {
38-
$enum11 = struct_param($structarray0($int13), 838);
39-
$enum12 = struct_param($structarray0($int13), 840);
38+
$enum11 = struct_param($structarray0($int13), param_838);
39+
$enum12 = struct_param($structarray0($int13), param_840);
4040
if (($enum11 ! null) & ($enum12 ! null)) {
4141
if ($int14 = 0) {
4242
cc_create($component3, ^iftype_text, $int10);
@@ -51,7 +51,7 @@ while ($int13 < $int9) {
5151
$int10 = calc($int10 + 1);
5252
$int17 = calc($int17 + 40);
5353
}
54-
$int10, $int16 = ~adventurepath_voucher_entry($int17, $component3, $int7, $int10, $enum11, $enum12, struct_param($structarray0($int13), 842), struct_param($structarray0($int13), 837), $int16, struct_param($structarray0($int13), 844));
54+
$int10, $int16 = ~adventurepath_voucher_entry($int17, $component3, $int7, $int10, $enum11, $enum12, struct_param($structarray0($int13), param_842), struct_param($structarray0($int13), param_837), $int16, struct_param($structarray0($int13), param_844));
5555
$int17 = calc($int17 + 88);
5656
}
5757
}
@@ -60,8 +60,8 @@ while ($int13 < $int9) {
6060
$int13 = 0;
6161
while ($int13 < $int9) {
6262
if ($structarray0($int13) ! null) {
63-
$enum11 = struct_param($structarray0($int13), 839);
64-
$enum12 = struct_param($structarray0($int13), 841);
63+
$enum11 = struct_param($structarray0($int13), param_839);
64+
$enum12 = struct_param($structarray0($int13), param_841);
6565
if (($enum11 ! null) & ($enum12 ! null)) {
6666
if ($int15 = 0) {
6767
cc_create($component3, ^iftype_text, $int10);
@@ -76,7 +76,7 @@ while ($int13 < $int9) {
7676
$int10 = calc($int10 + 1);
7777
$int17 = calc($int17 + 40);
7878
}
79-
$int10, $int16 = ~adventurepath_voucher_entry($int17, $component3, $int7, $int10, $enum11, $enum12, struct_param($structarray0($int13), 843), struct_param($structarray0($int13), 837), $int16, struct_param($structarray0($int13), 845));
79+
$int10, $int16 = ~adventurepath_voucher_entry($int17, $component3, $int7, $int10, $enum11, $enum12, struct_param($structarray0($int13), param_843), struct_param($structarray0($int13), param_837), $int16, struct_param($structarray0($int13), param_845));
8080
$int17 = calc($int17 + 88);
8181
}
8282
}
@@ -93,4 +93,4 @@ if ($int17 > $int6) {
9393
if_setposition(if_getx($component4), calc($int8 / 2), ^setpos_abs_left, ^setpos_abs_top, $component4);
9494
if_sethide(true, $component2);
9595
}
96-
~stoneborder(643:1, $string0, 0);
96+
~stoneborder(interface_643:1, $string0, 0);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2032
22
[clientscript,agilityarena_rewards_hidelayer](boolean $boolean0, component $component1)
3-
sound_synth(2266, 1, 0);
3+
sound_synth(synth_2266, 1, 0);
44
if_sethide($boolean0, $component1);

scripts/[clientscript,aide_map_init].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if_setopbase("<col=ff9040>Tutors</col>", $component2);
1515
cc_deleteall($component0);
1616
cc_create($component0, ^iftype_model, 0);
1717
cc_setsize(32, 32, ^setsize_abs, ^setsize_abs);
18-
cc_setmodel(3062);
18+
cc_setmodel(model_3062);
1919
cc_setmodelangle(0, 0, 512, 68, 0, 1526);
20-
cc_setmodelanim(646);
20+
cc_setmodelanim(seq_646);
2121
~aide_map_marker($component0);
2222
if_setontimer("aide_map_marker($component0, cc_getid)", $component0);
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2040
22
[clientscript,aide_map_tutors](boolean $boolean0, component $component1, int $int2, component $component3)
33
if (cc_find($component1, $int2) = ^true) {
4-
sound_synth(2266, 1, 0);
4+
sound_synth(synth_2266, 1, 0);
55
~aide_map_tutors($boolean0, $component3, $component1);
66
}

scripts/[clientscript,arceuus_teletab_button_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if ($int0 ! 1) {
44
return;
55
}
6-
sound_synth(2266, 1, 0);
6+
sound_synth(synth_2266, 1, 0);
77
%varbit9363 = $int1;
88
~arceuus_teletab_redraw($component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15);

scripts/[clientscript,arceuus_teletab_confirm_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($int0 ! 1) {
44
return;
55
}
6-
sound_synth(2266, 1, 0);
6+
sound_synth(synth_2266, 1, 0);
77
~arceuus_teletab_confirm_draw(true, $string0, $component1);
88
if_setonmouserepeat(null, $component1);
99
if_setonmouseleave(null, $component1);

scripts/[clientscript,bankmain_depositall].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ if ($int3 ! 1) {
44
return;
55
}
66
if_setgraphic($graphic1, $component0);
7-
sound_synth(2266, 1, 0);
7+
sound_synth(synth_2266, 1, 0);
88
if_setontimer("bankmain_depositall_end(event_com, $graphic2, calc(clientclock + 20))", $component0);

scripts/[clientscript,bankmain_incinerator_close].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if ($int0 ! 1) {
44
return;
55
}
6-
sound_synth(2266, 1, 0);
6+
sound_synth(synth_2266, 1, 0);
77
cc_deleteall($component1);
88
if_sethide(true, $component1);

scripts/[clientscript,bankmain_itemnote_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if ($int0 ! 1) {
55
}
66
if (%varbit3958 ! $int3) {
77
%varbit3958 = $int3;
8-
sound_synth(2266, 1, 0);
8+
sound_synth(synth_2266, 1, 0);
99
}
1010
~bankmain_itemnote($component1, $component2);

scripts/[clientscript,bankmain_quantity_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ($int0 ! 1) {
44
return;
55
}
66
if (%varbit6590 ! $int6) {
7-
sound_synth(2266, 1, 0);
7+
sound_synth(synth_2266, 1, 0);
88
}
99
%varbit6590 = $int6;
1010
~bankmain_quantity_buttons($component1, $component2, $component3, $component4, $component5);

scripts/[clientscript,bankmain_swapinsert_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if ($int0 ! 1) {
55
}
66
if (%varbit3959 ! $int3) {
77
%varbit3959 = $int3;
8-
sound_synth(2266, 1, 0);
8+
sound_synth(synth_2266, 1, 0);
99
}
1010
~bankmain_swapinsert($component1, $component2);

scripts/[clientscript,bankmain_switchtab].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if ($int12 ! 1) {
55
}
66
if (($int13 >= 0) & ($int13 <= 9)) {
77
if ($int13 ! %varbit4150) {
8-
sound_synth(2266, 1, 0);
8+
sound_synth(synth_2266, 1, 0);
99
}
1010
%varbit4150 = $int13;
1111
~bankmain_build($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component14, $component15, $component16, $component17);
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// 1269
22
[clientscript,bankmain_toggleplaceholders_op](int $int0, component $component1, int $int2)
33
if ($int0 = 10) {
4-
sound_synth(2266, 1, 0);
4+
sound_synth(synth_2266, 1, 0);
55
return;
66
}
77
if ($int0 ! 1) {
88
return;
99
}
10-
sound_synth(2266, 1, 0);
10+
sound_synth(synth_2266, 1, 0);
1111
%varbit3755 = $int2;
1212
~bankmain_toggleplaceholders($component1);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3275
22
[clientscript,bankmain_viewbuttons](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16, component $component17, component $component18, component $component19, component $component20)
3-
sound_synth(2266, 1, 0);
3+
sound_synth(synth_2266, 1, 0);
44
~bankmain_viewbuttons($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16, $component17, $component18, $component19, $component20);

scripts/[clientscript,bankpin_button_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (($int0 < 0) | ($int0 >= 10)) {
44
return;
55
}
6-
sound_synth(1041, 1, 0);
6+
sound_synth(synth_1041, 1, 0);
77
if ($int1 = 3) {
88
$int2 = calc($int2 + $int0);
99
resume_countdialog(tostring($int2));
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 686
22
[clientscript,bankpin_otherbutton](int $int0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16, component $component17)
3-
sound_synth(1042, 1, 0);
3+
sound_synth(synth_1042, 1, 0);
44
resume_countdialog(tostring($int0));
55
~bankpin_keypad_set(-1, -1, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16, $component17);

scripts/[clientscript,bankside_init].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ while ($int8 < $int9) {
2222
$int8 = calc($int8 + 1);
2323
}
2424
~bankside_build($component1, $component3, $component2, $component4, $component5);
25-
if_setoninvtransmit("bankside_build($component1, $component3, $component2, $component4, $component5){inv, 516}", $component1);
25+
if_setoninvtransmit("bankside_build($component1, $component3, $component2, $component4, $component5){inv, inv_516}", $component1);
2626
if_setonvartransmit("bankside_build($component1, $component3, $component2, $component4, $component5){var304, var1666, var1141, var261, var262, var263}", $component1);
2727
~bankside_lootingbag_draw($component6);
28-
if_setoninvtransmit("bankside_lootingbag_draw($component6){516}", $component5);
28+
if_setoninvtransmit("bankside_lootingbag_draw($component6){inv_516}", $component5);
2929
~bankside_switchview($component1, $component5);
3030
if_setonvartransmit("bankside_switchview(-1, $component1, $component5, -1){var115}", $component0);
3131
if_setonop("bankside_switchview(event_opindex, $component1, $component5, 0)", $component7);
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 490
22
[clientscript,bankside_switchview](int $int0, component $component1, component $component2, int $int3)
33
if (($int0 = 1) & (($int3 = 1) | ($int3 = 0))) {
4-
sound_synth(2266, 1, 0);
4+
sound_synth(synth_2266, 1, 0);
55
%varbit4139 = $int3;
66
}
77
~bankside_switchview($component1, $component2);

scripts/[clientscript,barbassault_turret_data].cs2

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ if (((($int0 <= 0) & ($int1 <= 0)) & ($int2 <= 0)) & ($int3 <= 0)) {
1010
}
1111
if_sethide(true, barbassault_turret:1);
1212
if_sethide(false, barbassault_turret:2);
13-
def_model $model5 = 20542;
13+
def_model $model5 = model_20542;
1414
if ($int0 > 0) {
15-
$model5 = 20544;
15+
$model5 = model_20544;
1616
}
1717
if_setmodel($model5, barbassault_turret:4);
1818
if_setmodel($model5, barbassault_turret:11);
1919
if_setmodel($model5, barbassault_turret:18);
2020
if_setmodel($model5, barbassault_turret:25);
2121
if ($int1 > 0) {
22-
$model5 = 20545;
22+
$model5 = model_20545;
2323
} else {
24-
$model5 = 20542;
24+
$model5 = model_20542;
2525
}
2626
if_setmodel($model5, barbassault_turret:6);
2727
if_setmodel($model5, barbassault_turret:13);
2828
if_setmodel($model5, barbassault_turret:20);
2929
if_setmodel($model5, barbassault_turret:27);
3030
if ($int2 > 0) {
31-
$model5 = 20543;
31+
$model5 = model_20543;
3232
} else {
33-
$model5 = 20542;
33+
$model5 = model_20542;
3434
}
3535
if_setmodel($model5, barbassault_turret:8);
3636
if_setmodel($model5, barbassault_turret:15);
@@ -39,7 +39,7 @@ if_setmodel($model5, barbassault_turret:29);
3939
if ($int3 > 0) {
4040
$model5 = omega_egg_20572;
4141
} else {
42-
$model5 = 20542;
42+
$model5 = model_20542;
4343
}
4444
if_setmodel($model5, barbassault_turret:32);
4545
def_string $string0 = tostring($int0);

scripts/[clientscript,barrows_nodnod].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
[clientscript,barrows_nodnod](component $component0, model $model1)
33
if_sethide(false, $component0);
44
if_setmodel($model1, $component0);
5-
if_setmodelanim(2085, $component0);
5+
if_setmodelanim(seq_2085, $component0);
66
if_setontimer("barrows_nodnodoff($component0, calc(clientclock + 120))", $component0);

scripts/[clientscript,barrows_nodnodoff].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ if (clientclock < $int1) {
55
}
66
if_setontimer(null, $component0);
77
if_sethide(true, $component0);
8-
if_setmodel(16238, $component0);
9-
if_setmodelanim(3354, $component0);
8+
if_setmodel(model_16238, $component0);
9+
if_setmodelanim(seq_3354, $component0);

0 commit comments

Comments
 (0)