Fix fog with Python 3
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21723 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fd90a065eb
commit
bca81dce31
|
@ -38,4 +38,4 @@ if Params=="GenerateFog":
|
|||
y.Title="Python"
|
||||
y.Slaying="/python/Move_Fog.py"
|
||||
z.Speed/=3
|
||||
z.Weight=int(z.Weight)/3
|
||||
z.Weight=z.Weight//3
|
||||
|
|
Loading…
Reference in New Issue