diff Arcomage.cpp @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents 35c1e4ff6ba7
children 28cb79ae2f6f
line wrap: on
line diff
--- a/Arcomage.cpp	Mon Oct 28 22:16:42 2013 -0700
+++ b/Arcomage.cpp	Wed Oct 30 00:47:37 2013 -0700
@@ -271,7 +271,7 @@
 //----- (0040E01A) --------------------------------------------------------
 int stru272_stru0::StartFill( stru272_stru2* a2 )
     {
-    auto a1 = this;
+    stru272_stru0* a1 = this;
     if ( a1->signature == SIG_trpg )
         {
         a1->field_4 = a2->field_20;
@@ -3900,7 +3900,7 @@
         if ( !pParty->pArcomageWins[v8-108] )
         {
           pParty->pArcomageWins[v8-108] = 1;
-          auto _a = (signed int)(p2DEvents[ window_SpeakInHouse->par1C - 1].fPriceMultiplier * 100.0);
+          signed int _a = (signed int)(p2DEvents[ window_SpeakInHouse->par1C - 1].fPriceMultiplier * 100.0);
           pParty->PartyFindsGold(_a, 0);
         }