floor를 intdiv로 변경

This commit is contained in:
2018-04-08 19:46:26 +09:00
parent f060716a3c
commit ba4ff29e4a
36 changed files with 291 additions and 256 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ echo "
<td align=center width=108 style=background-color:".GameConst::$basecolor2.";>&nbsp;</td>";
if($nationcount != 0) {
$width = floor(888 / $nationcount);
$width = intdiv(888, $nationcount);
}
for($i=0; $i < $nationcount; $i++) {