File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,6 @@ float(float isnew) PipNewPlayer =
283283 return isnew;
284284};
285285
286-
287-
288286void () CSQC_WorldLoaded =
289287{
290288 if (autocvar_pip_xray) {
@@ -305,13 +303,13 @@ void() CSQC_WorldLoaded =
305303 deltalisten(" progs/ player. mdl", PipNewPlayer, 0);
306304 }
307305
308- if (PipLoadItems()) {
309- camera_index = -1;
310- camera_start = CAMERA_START_RESET;
311- camera_start_transition = CAMERA_START_RESET;
312- camera_end = CAMERA_END_RESET;
313- camera_end_transition = CAMERA_END_RESET;
306+ camera_index = -1;
307+ camera_start = CAMERA_START_RESET;
308+ camera_start_transition = CAMERA_START_RESET;
309+ camera_end = CAMERA_END_RESET;
310+ camera_end_transition = CAMERA_END_RESET;
314311
312+ if (PipLoadItems()) {
315313 deltalisten(" progs/ quaddama. mdl", PipPowerupSpawnListener, RSES_NOLERP);
316314 deltalisten(" progs/ invulner. mdl", PipPowerupSpawnListener, RSES_NOLERP);
317315 }
You can’t perform that action at this time.
0 commit comments