diff SpriteObject.cpp @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents 436553b0603c
children 7a9477135943
line wrap: on
line diff
--- a/SpriteObject.cpp	Mon Oct 28 22:16:42 2013 -0700
+++ b/SpriteObject.cpp	Wed Oct 30 00:47:37 2013 -0700
@@ -1054,7 +1054,7 @@
 {
   for (uint i = 0; i < uNumSpriteObjects; ++i)
   {
-    auto item = &pSpriteObjects[i];
+    SpriteObject* item = &pSpriteObjects[i];
 
     if (item->uType &&
         (item->uSoundID & 8 || pObjectList->pObjects[item->uType].uFlags & 0x10))