[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[glob2-devel] Re: Wierd Initialization bugs
From: |
Bradley Arsenault |
Subject: |
[glob2-devel] Re: Wierd Initialization bugs |
Date: |
Tue, 4 Jul 2006 21:40:36 -0700 |
I've fixed the problem b using Building->type->shortTypeNum instead
of Building->shortTypeNum, but the problem still stands.
And for added reinforcement, valgrind agrees with the idea that its an
unitialized value.
==7609== Conditional jump or move depends on uninitialised value(s)
==7609== at 0x809B1B3: AIEcho::WarRushRevamped::tick(AIEcho::Echo&)
(AIEcho.cpp:906)
==7609== by 0x809AAC0: AIEcho::Echo::getOrder() (AIEcho.cpp:864)
==7609== by 0x8051043: AI::getOrder(bool) (AI.cpp:102)
==7609== by 0x80CD212: Engine::run() (Engine.cpp:452)
==7609== by 0x810526C: Glob2::run(int, char**) (Glob2.cpp:307)
==7609== by 0x81058BC: main (Glob2.cpp:433)