mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-09 10:51:52 +00:00
19 lines
615 B
C
19 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}
|