mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 15:15:00 +00:00
Removed all excess whitespace and standardized line endings.
This commit is contained in:
@@ -41,7 +41,7 @@ class PokeBattle_Trainer
|
||||
fid|=rand(256)<<24
|
||||
break if fid!=@id
|
||||
end
|
||||
return fid
|
||||
return fid
|
||||
end
|
||||
|
||||
def setForeignID(other)
|
||||
@@ -268,4 +268,4 @@ class PokeBattle_Trainer
|
||||
@money = INITIAL_MONEY
|
||||
@party = []
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -287,7 +287,7 @@ class TrainerWalkingCharSprite < SpriteWrapper
|
||||
super
|
||||
if @animbitmap
|
||||
@animbitmap.update
|
||||
self.bitmap = @animbitmap.bitmap
|
||||
self.bitmap = @animbitmap.bitmap
|
||||
end
|
||||
@frame += 1
|
||||
if @frame>=@frameskip
|
||||
@@ -297,4 +297,4 @@ class TrainerWalkingCharSprite < SpriteWrapper
|
||||
end
|
||||
@updating = false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user