/* * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* game flags */ #define GF_SEMI_TOGGLED (1<<0) #define GF_FLASHLIGHT (1<<1) #define GF_NOBUILDZONE (1<<2) #define GF_NOGRENADEZONE (1<<3) #define GF_GREN1COOK (1<<4) #define GF_GREN2COOK (1<<5) #define GF_UNUSED7 (1<<6) #define GF_UNUSED8 (1<<7) #define GF_UNUSED9 (1<<8) #define GF_UNUSED10 (1<<9) #define GF_UNUSED11 (1<<10) #define GF_UNUSED12 (1<<11) #define GF_UNUSED13 (1<<12) #define GF_UNUSED14 (1<<14) #define GF_UNUSED15 (1<<16) #define GF_UNUSED16 (1<<13) #define GF_UNUSED17 (1<<17) #define GF_UNUSED18 (1<<18) #define GF_UNUSED19 (1<<19) #define GF_UNUSED20 (1<<20) #define GF_UNUSED21 (1<<21) #define GF_UNUSED22 (1<<22) #define GF_UNUSED23 (1<<23)