changeset 2001:79cdb74efa93

mistake in previous commit
author zipi
date Tue, 05 Nov 2013 22:07:34 +0000
parents 985fff9fb62d
children 2e6c63bdcfa9
files Actor.cpp mm7_7.cpp
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Actor.cpp	Tue Nov 05 21:55:52 2013 +0000
+++ b/Actor.cpp	Tue Nov 05 22:07:34 2013 +0000
@@ -42,7 +42,7 @@
 std::array<Actor, 500> pActors;
 size_t uNumActors;
 
-std::array<stru319, 2000> stru_50C198; // idb
+stru319 stru_50C198; // idb
 
 
 std::array<uint, 5> dword_4DF380_hostilityRanges = {0,1024,2560,5120,10240};
--- 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();