Skip to content
Snippets Groups Projects
Commit 76aa1678 authored by fireice-uk's avatar fireice-uk
Browse files

doh! != instead of ==

parent d5949511
No related branches found
No related tags found
Loading
......@@ -18,7 +18,7 @@ struct environment
if(env == nullptr)
{
if(init != nullptr)
if(init == nullptr)
env = new environment;
else
env = init;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment