diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 08:31:26 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 08:31:26 -0500 |
commit | 01c0446eaaf8f84a35ce5d5d82c55b7e155f7e43 (patch) | |
tree | 7c635297c09d6758ac17aa1f353190d1d9778c03 /src/gameplay.cpp | |
parent | 5ec498c3e583a8fe18fdc9fec683df8c2541b28c (diff) | |
parent | bf7d1d29029ca0afa4369bf95b8bd67c73fd5c45 (diff) |
Added fire
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
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; |