From: divverent Date: Tue, 17 Feb 2009 14:38:11 +0000 (+0000) Subject: fix typo in some powers of two X-Git-Tag: xonotic-v0.1.0preview~1876 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=e7222a7d7b424087ddd359ded4554735f8da19fb;ds=sidebyside fix typo in some powers of two git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8719 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/model_brush.h b/model_brush.h index 652c9139..0c0f0e56 100644 --- a/model_brush.h +++ b/model_brush.h @@ -665,7 +665,7 @@ q3dpvs_t; #define Q3SURFACEPARM_ORIGIN 262144 #define Q3SURFACEPARM_PLAYERCLIP 524288 #define Q3SURFACEPARM_SKY 1048576 -#define Q3SURFACEPARM_SLICK 2197152 +#define Q3SURFACEPARM_SLICK 2097152 #define Q3SURFACEPARM_SLIME 4194304 #define Q3SURFACEPARM_STRUCTURAL 8388608 #define Q3SURFACEPARM_TRANS 16777216 diff --git a/protocol.h b/protocol.h index 98cd54e8..c101e05f 100644 --- a/protocol.h +++ b/protocol.h @@ -62,7 +62,7 @@ void Protocol_Names(char *buffer, size_t buffersize); #define EF_UNUSED18 262144 #define EF_UNUSED19 524288 #define EF_UNUSED20 1048576 -#define EF_TELEPORT_BIT 2197152 // div0: teleport bit (toggled when teleporting, prevents lerping when the bit has changed) +#define EF_TELEPORT_BIT 2097152 // div0: teleport bit (toggled when teleporting, prevents lerping when the bit has changed) #define EF_LOWPRECISION 4194304 // LordHavoc: entity is low precision (integer coordinates) to save network bandwidth (serverside only) #define EF_NOMODELFLAGS 8388608 // indicates the model's .effects should be ignored (allows overriding them) #define EF_ROCKET 16777216 // leave a trail