aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-13 07:55:06 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-13 07:55:06 -0500
commitbf7d1d29029ca0afa4369bf95b8bd67c73fd5c45 (patch)
tree60d05a8cb5f0b90b245e0c4591b7ac1eae14d889 /src/gameplay.cpp
parent9765c6303b763a60a2d917fc3c334b30e0fbbcfa (diff)
fixed particles / indoors
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index d647270..c4249a4 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -226,7 +226,7 @@ void initEverything(void){
if(!strcmp(l.name,wxml->Attribute("outside"))){
for(auto &b : l.ptr->build){
if(*b->inside == earth.back()){
- ((IndoorWorld *)*b->inside)->outside = l.ptr;
+ ((IndoorWorld *)*b->inside)->outside = &l.ptr;
}
}
break;