Skip to content

Commit

Permalink
[MIRROR] Removes 2 unused vars from replay days (tgstation#1154)
Browse files Browse the repository at this point in the history
* Removes 2 unused vars from replay days (tgstation#62201)

Removes two vars used in replays / demos that don't belong anymore

* Removes 2 unused vars from replay days

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
  • Loading branch information
ms-mirror-bot and MrMelbert committed Oct 20, 2021
1 parent 5bbffde commit 0ff7ce8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@

var/list/alternate_appearances


/// Last appearance of the atom for demo saving purposes
var/image/demo_last_appearance

///Light systems, both shouldn't be active at the same time.
var/light_system = STATIC_LIGHT
///Range of the light in tiles. Zero means no light.
Expand Down
3 changes: 0 additions & 3 deletions code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@

var/zfalling = FALSE

///Last location of the atom for demo recording purposes
var/atom/demo_last_loc

/// Either FALSE, [EMISSIVE_BLOCK_GENERIC], or [EMISSIVE_BLOCK_UNIQUE]
var/blocks_emissive = FALSE
///Internal holder for emissive blocker object, do not use directly use blocks_emissive
Expand Down

0 comments on commit 0ff7ce8

Please sign in to comment.