[Scummvm-git-logs] scummvm master -> 29493de6371839523496c9295e8a60e2d4714773
moralrecordings
code at moral.net.au
Thu May 14 12:33:46 UTC 2020
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:
29493de637 DIRECTOR: LINGO: Fix typo in PCell
Commit: 29493de6371839523496c9295e8a60e2d4714773
https://github.com/scummvm/scummvm/commit/29493de6371839523496c9295e8a60e2d4714773
Author: Scott Percival (code at moral.net.au)
Date: 2020-05-14T20:33:30+08:00
Commit Message:
DIRECTOR: LINGO: Fix typo in PCell
Changed paths:
engines/director/lingo/lingo.cpp
diff --git a/engines/director/lingo/lingo.cpp b/engines/director/lingo/lingo.cpp
index 3967f2b785..490e404f85 100644
--- a/engines/director/lingo/lingo.cpp
+++ b/engines/director/lingo/lingo.cpp
@@ -126,8 +126,6 @@ Symbol::~Symbol() {
}
PCell::PCell() {
- p = nullptr;
- v = nullptr;
}
PCell::PCell(Datum &prop, Datum &val) {
More information about the Scummvm-git-logs
mailing list