Changed player's plasma weapon to spread by default.

This commit is contained in:
onpon4 2015-04-08 20:58:21 -04:00
parent ae15b66e60
commit 96fb688601
1 changed files with 1 additions and 1 deletions

View File

@ -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;