Skip to content

Commit

Permalink
shouldn't be needed, but just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed Jan 27, 2016
1 parent fe90b9a commit 04c5d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var/datum/subsystem/minimap/SSminimap

//byond bug, this fixes OOM crashes by flattening and reseting the minimap icon holder every 255 tiles
counter--
if (!counter)
if (counter <= 0)
counter = 255
var/icon/flatten = new /icon()
flatten.Insert(minimap, "", SOUTH, 1, 0)
Expand Down

0 comments on commit 04c5d92

Please sign in to comment.