diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
| commit | 44404eb5063bd5f040c7a4d8605aa3d43e3a968a (patch) | |
| tree | d9b4fceb80a2abf6103fd6022de80dd3286caaf0 /src/screen_setting.c | |
| parent | 8a14d60d2078b4bcdfc789b1b9794e2008979f02 (diff) | |
- par uprav
- dopisany credits
git-svn-id: http://opensvn.csie.org/tuxanci_ng@8 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen_setting.c')
| -rw-r--r-- | src/screen_setting.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/screen_setting.c b/src/screen_setting.c index f54625b..6d8248d 100644 --- a/src/screen_setting.c +++ b/src/screen_setting.c @@ -183,8 +183,8 @@ void initScreenSetting() for( i = GUN_DUAL_SIMPLE ; i <= GUN_BOMBBALL ; i++ ) { - int x; - int y; + int x = 0; + int y = 0; if( i >= GUN_DUAL_SIMPLE && i <= GUN_TOMMY ) { @@ -203,8 +203,8 @@ void initScreenSetting() for( i = BONUS_SPEED ; i <= BONUS_HIDDEN ; i++ ) { - int x; - int y; + int x = 0; + int y = 0; if( i >= BONUS_SPEED && i <= BONUS_TELEPORT ) { |