[Scummvm-git-logs] scummvm master -> 79d35c92b96517f4fb2b4e9e1305092bad5ebd89
a-yyg
76591232+a-yyg at users.noreply.github.com
Fri Aug 13 18:39:30 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
79d35c92b9 SAGA2: Fix Effectron flags initialization
Commit: 79d35c92b96517f4fb2b4e9e1305092bad5ebd89
https://github.com/scummvm/scummvm/commit/79d35c92b96517f4fb2b4e9e1305092bad5ebd89
Author: a/ (yuri.kgpps at gmail.com)
Date: 2021-08-14T03:37:24+09:00
Commit Message:
SAGA2: Fix Effectron flags initialization
Changed paths:
engines/saga2/spelcast.cpp
diff --git a/engines/saga2/spelcast.cpp b/engines/saga2/spelcast.cpp
index b91c5f4d91..4662eec957 100644
--- a/engines/saga2/spelcast.cpp
+++ b/engines/saga2/spelcast.cpp
@@ -797,7 +797,6 @@ Effectron::Effectron(uint16 newPos, uint16 newDir) {
age = 0;
pos = (newDir << 16) + newPos;
flags = 0;
- flags = effectronDead;
parent = nullptr;
partno = 0;
totalSteps = stepNo = 0;
More information about the Scummvm-git-logs
mailing list