Changed player's plasma weapon to spread by default.
This commit is contained in:
parent
ae15b66e60
commit
96fb688601
|
@ -42,7 +42,7 @@ void initWeapons()
|
|||
weapon[W_PLAYER_WEAPON].speed = 10;
|
||||
weapon[W_PLAYER_WEAPON].imageIndex[0] = 0;
|
||||
weapon[W_PLAYER_WEAPON].imageIndex[1] = 0;
|
||||
weapon[W_PLAYER_WEAPON].flags = 0;
|
||||
weapon[W_PLAYER_WEAPON].flags = WF_SPREAD;
|
||||
|
||||
// Single Shot
|
||||
weapon[W_SINGLE_SHOT].id = WT_PLASMA;
|
||||
|
|
Loading…
Reference in New Issue