mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Remove dupe definition of UNTIL
This commit is contained in:
@@ -1868,9 +1868,6 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
|
||||
|
||||
#undef DELTA_CALC
|
||||
|
||||
// Should NEVER be used in a proc that has waitfor set to FALSE/0.
|
||||
#define UNTIL(X) while(!(X)) stoplag()
|
||||
|
||||
/*
|
||||
* This proc gets a list of all "points of interest" (poi's) that can be used by admins to track valuable mobs or atoms (such as the nuke disk).
|
||||
* @param mobs_only if set to TRUE it won't include locations to the returned list
|
||||
|
||||
Reference in New Issue
Block a user