mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-09 02:41:07 +00:00
Update to: * https://github.com/yquake2/xatrix/releases/tag/XATRIX_2_10 * https://github.com/yquake2/rogue/releases/tag/ROGUE_2_09 * https://github.com/yquake2/ctf/releases/tag/CTF_1_09 Full sync required: * https://github.com/yquake2/rogue/issues/122 * https://github.com/yquake2/xatrix/issues/96
18 lines
615 B
C
18 lines
615 B
C
/*
|
|
* Copyright (c) ZeniMax Media Inc.
|
|
* Licensed under the GNU General Public License 2.0.
|
|
*/
|
|
/*
|
|
* =======================================================================
|
|
*
|
|
* Fields of the client to be saved.
|
|
*
|
|
* =======================================================================
|
|
*/
|
|
|
|
{"pers.weapon", CLOFS(pers.weapon), F_ITEM},
|
|
{"pers.lastweapon", CLOFS(pers.lastweapon), F_ITEM},
|
|
{"newweapon", CLOFS(newweapon), F_ITEM},
|
|
{"resp.coop_respawn.weapon", CLOFS(resp.coop_respawn.weapon), F_ITEM, 0, 3},
|
|
{"resp.coop_respawn.lastweapon", CLOFS(resp.coop_respawn.lastweapon), F_ITEM, 0, 3},
|
|
{NULL, 0, F_INT}
|