[ioquake3] g_client.c weapon init question
Tyler Schwend
tylerschwend at gmail.com
Thu May 29 06:07:28 PDT 2008
Likely, you could change:
client->ps.stats[STAT_WEAPONS] = ( 1 << WP_PLASMAGUN );
to
client->ps.stats[STAT_WEAPONS] = ( 1 << WP_PLASMAGUN << WP_BFG);
The << is a bit shifter, and you should be able to stack on whatever you
want there...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ioquake.org/pipermail/ioquake3-ioquake.org/attachments/20080529/46565fcc/attachment.htm>
More information about the ioquake3
mailing list