aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/cell.cpp')
-rw-r--r--engines/cruise/cell.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cruise/cell.cpp b/engines/cruise/cell.cpp
index ff0570f194..2c9589f744 100644
--- a/engines/cruise/cell.cpp
+++ b/engines/cruise/cell.cpp
@@ -27,6 +27,8 @@
namespace Cruise {
+cellStruct cellHead;
+
void resetPtr(cellStruct *ptr) {
ptr->next = NULL;
ptr->prev = NULL;