From 678772a20fd8096c65ac7fbdc5ce7a64f2768d68 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Thu, 17 May 2018 17:40:07 +0000 Subject: [PATCH] add note --- engine/shared/library/sharedFoundation/src/shared/StationId.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/shared/library/sharedFoundation/src/shared/StationId.h b/engine/shared/library/sharedFoundation/src/shared/StationId.h index a0d7872c..ab64acd8 100755 --- a/engine/shared/library/sharedFoundation/src/shared/StationId.h +++ b/engine/shared/library/sharedFoundation/src/shared/StationId.h @@ -10,6 +10,7 @@ // ====================================================================== +// if this is per the SOE provided types header, this is acutally an unsigned long and not a uint32_t typedef uint32 StationId; // ======================================================================