aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-bots.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-06-25 02:04:07 +0530
committerEugene Sandulenko2019-09-03 17:16:59 +0200
commit855fd3805cde972f6a702206b8ea2a16f95483af (patch)
treeaffbd2a24ace7273939af0f577806abaeee30191 /engines/hdb/ai-bots.cpp
parent63358b754e54ed96324bd42bbb2780c8f0302cf3 (diff)
downloadscummvm-rg350-855fd3805cde972f6a702206b8ea2a16f95483af.tar.gz
scummvm-rg350-855fd3805cde972f6a702206b8ea2a16f95483af.tar.bz2
scummvm-rg350-855fd3805cde972f6a702206b8ea2a16f95483af.zip
HDB: Fix space formatting
Diffstat (limited to 'engines/hdb/ai-bots.cpp')
-rw-r--r--engines/hdb/ai-bots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp
index f3c89dccd3..54c0d18b75 100644
--- a/engines/hdb/ai-bots.cpp
+++ b/engines/hdb/ai-bots.cpp
@@ -135,7 +135,7 @@ void aiOmniBotMissileInit(AIEntity *e) {
}
void aiOmniBotMissileInit2(AIEntity *e) {
- for (int i = 0; i < e->movedownFrames;i++)
+ for (int i = 0; i < e->movedownFrames; i++)
e->moveleftGfx[i] = e->moverightGfx[i] = e->moveupGfx[i] = e->movedownGfx[i];
e->moveleftFrames = e->moverightFrames = e->moveupFrames = e->movedownFrames;