정적 분석 결과 반영. global 변수 몇몇 삭제

This commit is contained in:
2018-04-08 12:56:56 +09:00
parent 48a560cb4c
commit 463994df42
21 changed files with 428 additions and 406 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ for($i=0; $i < 21; $i++) {
$data[$k] = $gen['data'];
$color[$k] = $gen['color'];
$pic[$k] = $gen['picture'];
if($color[$k] == "") $color[$k] = $_basecolor4;
if($color[$k] == "") $color[$k] = GameConst::$basecolor4;
if($nation[$k] == "") $nation[$k] = "&nbsp;";
/*
if($pic[$k] == "") {