Commit 41659252 authored by Rémi Duraffort's avatar Rémi Duraffort

atmo: remove silly thing.

parent ebf0a15a
......@@ -128,7 +128,7 @@ void CAtmoConfig::LoadDefaults() {
clearAllChannelMappings();
m_CurrentChannelAssignment = 0;
tChannelAssignment *temp = temp = new tChannelAssignment;
tChannelAssignment* temp = new tChannelAssignment;
temp->system = true;
for(int i=0;i<ATMO_NUM_CHANNELS;i++)
temp->mappings[i] = i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment