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
553 B
C
18 lines
553 B
C
/*
|
|
* Copyright (c) ZeniMax Media Inc.
|
|
* Licensed under the GNU General Public License 2.0.
|
|
*/
|
|
/*
|
|
* =======================================================================
|
|
*
|
|
* Fields inside a level to be saved.
|
|
*
|
|
* =======================================================================
|
|
*/
|
|
|
|
{"changemap", LLOFS(changemap), F_LSTRING},
|
|
{"sight_client", LLOFS(sight_client), F_EDICT},
|
|
{"sight_entity", LLOFS(sight_entity), F_EDICT},
|
|
{"sound_entity", LLOFS(sound_entity), F_EDICT},
|
|
{"sound2_entity", LLOFS(sound2_entity), F_EDICT},
|
|
{NULL, 0, F_INT}
|