Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Revisions: Issue #2651 All Revisions ] Back to Issue ]
Summary 0002651: SVC_SPAWNPLAYER sends the player class with two bytes
Revision 2016-09-18 15:46 by Ru5tK1ng
Description The CurrentPlayerClass field in player_t is a BYTE. Which means the second byte is going to waste and we should just use one.


    BYTE CurrentPlayerClass; // class # for this player instance
Revision 2016-03-06 13:07 by cobalt
Description The CurrentPlayerClass field in player_t is a BYTE. Which means the second byte is going to waste and we should just use one.


    BYTE CurrentPlayerClass; // class # for this player instance
Revision 2016-03-01 17:20 by Dusk
Description The CurrentPlayerClass field in player_t is a BYTE. Which means the second byte is going to waste and we should just use one.


    BYTE CurrentPlayerClass; // class # for this player instance






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker