[Change] Lowered the velocity of the rumble.
This commit is contained in:
parent
dc0ecd40ae
commit
a2fd2e866a
@ -227,12 +227,15 @@ static int ship_parse(Ship* tmp, xmlNodePtr parent) {
|
||||
xmlNodePtr cur, node;
|
||||
ShipOutfit* otmp, *ocur;
|
||||
|
||||
char str[PATH_MAX] = "\0";
|
||||
char str[PATH_MAX];
|
||||
char* stmp;
|
||||
|
||||
/* Clear memory. */
|
||||
memset(tmp, 0, sizeof(Ship));
|
||||
|
||||
/* Defaults. */
|
||||
str[0] = '\0';
|
||||
|
||||
/* Get name. */
|
||||
xmlr_attr(parent, "name", tmp->name);
|
||||
if(tmp->name == NULL)
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#define SPFX_GFX "../gfx/spfx/" /**< Graphics location. */
|
||||
#define SPFX_CHUNK 32 /**< Chunk to allocate when needed. */
|
||||
#define SHAKE_VEL_MOD 0.0012 /**< Shake modifier. */
|
||||
#define SHAKE_VEL_MOD 0.0006 /**< Shake modifier. */
|
||||
#define SHAKE_MOD_FACTOR 0.2 /**< Shake modifier factor. */
|
||||
|
||||
/* Special hardcoded effects.. */
|
||||
|
Loading…
Reference in New Issue
Block a user