Skip to content

Commit

Permalink
Initialize new intermission infokey at map load
Browse files Browse the repository at this point in the history
Set infokey intermission to default off.
  • Loading branch information
sputnikutah committed Aug 3, 2024
1 parent 7c5d57b commit 9d28c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/world.qc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ void() worldspawn =
cvar_set ("sv_gravity", "800");
}

forceinfokey (world, "intermission","off");

// the area based ambient sounds MUST be the first precache_sounds

// player precaches
Expand Down

0 comments on commit 9d28c86

Please sign in to comment.