mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
cleans up some more update Dialog (#19208)
* cleans up some more update Dialog * . * pod UI * . * modern rcon console * . * no dupe tags * . * nbeeds a recode * . * . * ice cream as tgui * , * legacy drone fab * more a POI object * . * missing dels * navbeacon * eh that is part of the default now * del useless list * . * . * . * retail scanner * better * finish retail * . * be gone * . * .
This commit is contained in:
@@ -115,7 +115,6 @@
|
||||
current_track = null
|
||||
playing = 0
|
||||
update_icon()
|
||||
updateDialog()
|
||||
start_stop_song()
|
||||
|
||||
// Track/music internals
|
||||
@@ -138,7 +137,6 @@
|
||||
return
|
||||
playing = 1
|
||||
start_stop_song()
|
||||
updateDialog()
|
||||
|
||||
// Advance to the next track - Don't start playing it unless we were already playing
|
||||
/obj/item/walkpod/proc/NextTrack()
|
||||
@@ -149,7 +147,6 @@
|
||||
current_track = tracks[newTrackIndex]
|
||||
if(playing)
|
||||
start_stop_song()
|
||||
updateDialog()
|
||||
|
||||
// Unadvance to the notnext track - Don't start playing it unless we were already playing
|
||||
/obj/item/walkpod/proc/PrevTrack()
|
||||
@@ -160,7 +157,6 @@
|
||||
current_track = tracks[newTrackIndex]
|
||||
if(playing)
|
||||
start_stop_song()
|
||||
updateDialog()
|
||||
|
||||
// UI
|
||||
/obj/item/walkpod/proc/getTracksList()
|
||||
|
||||
Reference in New Issue
Block a user