Mercurial > mm7
diff mm7_7.cpp @ 2001:79cdb74efa93
mistake in previous commit
author | zipi |
---|---|
date | Tue, 05 Nov 2013 22:07:34 +0000 |
parents | 985fff9fb62d |
children | 2e6c63bdcfa9 |
line wrap: on
line diff
--- a/mm7_7.cpp Tue Nov 05 21:55:52 2013 +0000 +++ b/mm7_7.cpp Tue Nov 05 22:07:34 2013 +0000 @@ -87,14 +87,14 @@ void __cdecl crt_init_globals_46BD9F() { - pPartyActionQueue.uNumActions = 0; + pPartyActionQueue->uNumActions = 0; } void constructors() { sub_401022(); sub_423B4A(); - crt_init_globals_46BD9F() + crt_init_globals_46BD9F(); //no call to these anywhere uGameUIFontMain_initialize();