Remove old define

This commit is contained in:
Bjorn Neergaard
2016-01-26 14:07:17 -06:00
parent 5e16230433
commit d0f57701d9
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
#define MAX_FLAG 65535
var/list/wire_colors = list( // http://www.crockford.com/wrrrld/color.html var/list/wire_colors = list( // http://www.crockford.com/wrrrld/color.html
"aliceblue", "aliceblue",
"antiquewhite", "antiquewhite",

View File

@@ -174,7 +174,7 @@ var/intercom_range_display_status = 0
if(isturf(thing)) if(isturf(thing))
continue continue
count++; count++;
usr << "There are [count]/[MAX_FLAG] instances of non-turfs in the world." usr << "There are [count]/65535 instances of non-turfs in the world."
/client/proc/count_objects_on_z_level() /client/proc/count_objects_on_z_level()