Skip to content

Commit

Permalink
Fixed SeriousSam and GameAgent bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketersAlex committed Mar 30, 2016
1 parent 282ae65 commit 0d8f7da
Show file tree
Hide file tree
Showing 8 changed files with 1,255 additions and 84 deletions.
4 changes: 3 additions & 1 deletion Sources/Engine/Classes/PlayerEntity.es
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ functions:

// provide info for GameAgent enumeration
export virtual void GetGameAgentPlayerInfo( INDEX iPlayer, CTString &strOut) { };

// provide info for MSLegacy enumeration
export virtual void GetMSLegacyPlayerInf( INDEX iPlayer, CTString &strOut) { };

// create a checksum value for sync-check
export void ChecksumForSync(ULONG &ulCRC, INDEX iExtensiveSyncCheck)
{
Expand Down
Loading

0 comments on commit 0d8f7da

Please sign in to comment.