mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-03-24 19:09:22 +00:00
remove stray characters in bullet.rs
This commit is contained in:
parent
76526df400
commit
4b0217a0a5
|
@ -605,7 +605,7 @@ impl PhysicalEntity for Bullet {
|
||||||
let mut npc = NPCMap::create_npc(4, &state.npc_table);
|
let mut npc = NPCMap::create_npc(4, &state.npc_table);
|
||||||
npc.cond.set_alive(true);
|
npc.cond.set_alive(true);
|
||||||
npc.direction = Direction::Left;
|
npc.direction = Direction::Left;
|
||||||
npc.x = (x * 16 + 8) * 0x200;sta
|
npc.x = (x * 16 + 8) * 0x200;
|
||||||
npc.y = (y * 16 + 8) * 0x200;
|
npc.y = (y * 16 + 8) * 0x200;
|
||||||
|
|
||||||
for _ in 0..4 {
|
for _ in 0..4 {
|
||||||
|
|
Loading…
Reference in a new issue