Skip to content

Commit

Permalink
Removes unused camera var (#6038)
Browse files Browse the repository at this point in the history
# About the pull request

Removes a variable we don't use on cameras.

# Explain why it's good for the game

Tidier code is always nice.

# Changelog
:cl:
code: Removes an unused camera var.
/:cl:
  • Loading branch information
realforest2001 committed Mar 31, 2024
1 parent 881e329 commit 43eb463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

var/list/network = list(CAMERA_NET_MILITARY)
var/c_tag = null
var/c_tag_order = 999
var/status = 1
anchored = TRUE
var/panel_open = FALSE // 0 = Closed / 1 = Open
Expand Down

0 comments on commit 43eb463

Please sign in to comment.