Skip to content

Commit

Permalink
remove SS_NO_INIT from parallax
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend committed Aug 29, 2024
1 parent d338b3b commit 915ebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/parallax.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUBSYSTEM_DEF(parallax)
name = "Parallax"
wait = 2
flags = SS_POST_FIRE_TIMING | SS_BACKGROUND | SS_NO_INIT
flags = SS_POST_FIRE_TIMING | SS_BACKGROUND
priority = FIRE_PRIORITY_PARALLAX
runlevels = RUNLEVEL_LOBBY | RUNLEVELS_DEFAULT
var/current_run_pointer = 1
Expand Down

0 comments on commit 915ebd5

Please sign in to comment.