X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=client.h;h=6f436a420d1b8ff82715a4e91f5bba65236f1ec9;hp=d9dbbe5b844a5538bbff17297015b01ac1a6afa8;hb=d7df76f224c0d0ebb8a3c7bc0c3125ba638206e6;hpb=2db850514745da30d5d51246cf5c626e81b8e0bc;ds=sidebyside diff --git a/client.h b/client.h index d9dbbe5b..6f436a42 100644 --- a/client.h +++ b/client.h @@ -438,7 +438,8 @@ typedef struct renderparticle_s int tex; int orientation; int dynlight; - float scale; + float scalex; + float scaley; float org[3]; float dir[3]; float color[4];