RHODEDOG / thc-rpg

Automatically exported from code.google.com/p/thc-rpg
0 stars 0 forks source link

Last revision #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In last revision:

/src/thc_rpg/upgrades/stealth.inc

...
95 + EventMgr_RegisterEvent(g_modulegravity, "Event_OnGameFrame", 
"stealth_OnGameFrame");

But need

...
95 + EventMgr_RegisterEvent(g_modulestealth, "Event_OnGameFrame", 
"stealth_OnGameFrame");

True?

Original issue reported on code.google.com by shamilik...@gmail.com on 27 Jul 2011 at 1:44

GoogleCodeExporter commented 8 years ago
you are right, thank you very much ...

Original comment by andreaspachler on 27 Jul 2011 at 4:13