this post was submitted on 23 Nov 2024
45 points (97.9% liked)

Source Memes

980 readers
102 users here now

Community for memes about the goldsrc/source engine and Valve games.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago
// runtime == 179.7
min = Math.floor(runtime / 60);
sec = Math.round(runtime % 60);