Skip to content

Commit

Permalink
ubreaks screen alerts, remvoes unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Mar 6, 2024
1 parent 81ccc7e commit 7cee3ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ cases. Override_icon_state should be a list.*/
if(zoom_offset)
viewoffset = zoom_offset * 32

var/zoom_offset_time = 3*((viewoffset/32)/7)
var/dirtooffset = newdir ? newdir : user.dir

switch(dirtooffset)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/maptext_alerts/screen_alerts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
maptext_width = 480
maptext_x = 0
maptext_y = 0
screen_loc = "TOP-3"
screen_loc = "LEFT,TOP-3"

///Time taken to fade in as we start printing text
var/fade_in_time = 0
Expand Down

0 comments on commit 7cee3ec

Please sign in to comment.