[Scummvm-git-logs] scummvm master -> c4004b776ee568c430ded8c635aa62b33b39b75c
sev-
sev at scummvm.org
Mon Jul 27 09:06:41 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:
c4004b776e ULTIMA: ULTIMA8: Fix warning
Commit: c4004b776ee568c430ded8c635aa62b33b39b75c
https://github.com/scummvm/scummvm/commit/c4004b776ee568c430ded8c635aa62b33b39b75c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-27T11:06:29+02:00
Commit Message:
ULTIMA: ULTIMA8: Fix warning
Changed paths:
engines/ultima/ultima8/world/fire_type.h
diff --git a/engines/ultima/ultima8/world/fire_type.h b/engines/ultima/ultima8/world/fire_type.h
index f7cd30bba2..2e26eb1ac9 100644
--- a/engines/ultima/ultima8/world/fire_type.h
+++ b/engines/ultima/ultima8/world/fire_type.h
@@ -27,7 +27,7 @@ namespace Ultima {
namespace Ultima8 {
class Item;
-class Point3;
+struct Point3;
/**
* A structure to hold data about the fire that comes from various weapons
More information about the Scummvm-git-logs
mailing list