From 96fb688601a90a17a6b702ea02cf60607e4612f4 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Wed, 8 Apr 2015 20:58:21 -0400 Subject: [PATCH] Changed player's plasma weapon to spread by default. --- src/weapons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weapons.cpp b/src/weapons.cpp index 8b6cc4d..79be417 100644 --- a/src/weapons.cpp +++ b/src/weapons.cpp @@ -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;