Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfidonarleyan committed Mar 13, 2021
1 parent 060d48f commit 26c23fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ inline float finiteAlways(float f) { return isfinite(f) ? f : 0.0f; }

inline bool myisfinite(float f) { return isfinite(f) && !isnan(f); }

//#define atol(a) strtoul( a, nullptr, 10)

#define STRINGIZE(a) #a

#define MAX_NETCLIENT_PACKET_SIZE (32767 - 1) // Client hardcap: int16 with trailing zero space otherwise crash on memory free
Expand Down

0 comments on commit 26c23fc

Please sign in to comment.