diff options
author | Matthew Hoops | 2012-08-28 16:36:50 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-08-28 16:36:50 -0400 |
commit | 81e7c9a0c1599786a1aeb73d243609a2d280335f (patch) | |
tree | 604194638c5811eb1481c2fc70a3e12ee3253e65 /engines/pegasus/items | |
parent | c15369c26f49204dc3a49d8215c1c21660a781f9 (diff) | |
download | scummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.tar.gz scummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.tar.bz2 scummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.zip |
PEGASUS: Remove g_allHotspots global construction
Diffstat (limited to 'engines/pegasus/items')
-rw-r--r-- | engines/pegasus/items/biochips/opticalchip.cpp | 1 | ||||
-rw-r--r-- | engines/pegasus/items/inventory/airmask.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/items/biochips/opticalchip.cpp b/engines/pegasus/items/biochips/opticalchip.cpp index 0f60981955..7b8858edae 100644 --- a/engines/pegasus/items/biochips/opticalchip.cpp +++ b/engines/pegasus/items/biochips/opticalchip.cpp @@ -23,6 +23,7 @@ * */ +#include "pegasus/pegasus.h" #include "pegasus/ai/ai_area.h" #include "pegasus/items/biochips/opticalchip.h" diff --git a/engines/pegasus/items/inventory/airmask.cpp b/engines/pegasus/items/inventory/airmask.cpp index 56f9d6f62f..559410fc79 100644 --- a/engines/pegasus/items/inventory/airmask.cpp +++ b/engines/pegasus/items/inventory/airmask.cpp @@ -24,6 +24,7 @@ */ #include "pegasus/gamestate.h" +#include "pegasus/pegasus.h" #include "pegasus/ai/ai_area.h" #include "pegasus/items/inventory/airmask.h" #include "pegasus/neighborhood/neighborhood.h" |