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; // ======================================================================