X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=progdefs.h;h=7086dbdc459767c2d70a87b8e7d92cd5e8d4cd78;hb=refs%2Fheads%2FCloudwalk%2Ffix-353;hp=82b589d691f5094be22ff7366f245ff3cefb8e19;hpb=8a1bae9e4de4dbb479679b2c77765beb689e33b8;p=xonotic%2Fdarkplaces.git diff --git a/progdefs.h b/progdefs.h index 82b589d6..7086dbdc 100644 --- a/progdefs.h +++ b/progdefs.h @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef PROGDEFS_H #define PROGDEFS_H -typedef struct +typedef struct globalvars_s { int pad[28]; int self; @@ -82,7 +82,7 @@ typedef struct func_t SetChangeParms; } globalvars_t; -typedef struct +typedef struct entvars_s { float modelindex; vec3_t absmin; @@ -161,11 +161,10 @@ typedef struct string_t noise1; string_t noise2; string_t noise3; - string_t playermodel; - string_t playerskin; } entvars_t; #define PROGHEADER_CRC 5927 +#define PROGHEADER_CRC_TENEBRAE 32401 #endif