diff Party.cpp @ 373:edd2d8b7e3c4

Interface reloading fix & party alignment enum
author Nomad
date Fri, 22 Feb 2013 18:40:38 +0200
parents 5f36449527c6
children 243418228760 4a60371fd70c
line wrap: on
line diff
--- a/Party.cpp	Fri Feb 22 17:56:00 2013 +0200
+++ b/Party.cpp	Fri Feb 22 18:40:38 2013 +0200
@@ -555,9 +555,9 @@
   uNumGold = 200;
   uNumGoldInBank = 0;
   uNumFoodRations = 7;
-  uAlignment = 1;
 
-  SetUserInterface(uAlignment, true);
+  alignment = PartyAlignment_Neutral;
+  SetUserInterface(alignment, true);
 
   uTimePlayed = 0x21C00u;
   uLastRegenerationTime = 0x21C00;