Skip to content

Commit

Permalink
fix vscode garbage output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigoku committed Jan 14, 2022
1 parent 566cc78 commit 89b7053
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/game/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ extern const enttypes enttype[] = {
"none", { "" }
},
{
<<<<<<< HEAD
LIGHT, 1, 59, 0, EU_NONE, 13, 7, 9, -1, 11, 12,
(1<<LIGHTFX), (1<<LIGHTFX), 0,
=======
LIGHT, 1, 59, 0, EU_NONE, 11, -1, -1, 9, 10,
(1<<LIGHTFX)|(1<<TRIGGER), (1<<LIGHTFX)|(1<<TRIGGER), 0,
>>>>>>> ea40a898 (allow point lights to be linked to triggers)
false, false, false, false, false,
"light", { "radius", "red", "green", "blue", "flare", "fscale", "flags", "palette", "palindex", "modes", "muts", "variant", "fxlevel" }
},
Expand Down

0 comments on commit 89b7053

Please sign in to comment.