diff Monsters.h @ 50:fde5c5acb66e

BLV render
author Nomad
date Tue, 23 Oct 2012 23:38:05 +0200
parents e62134245ab0
children
line wrap: on
line diff
--- a/Monsters.h	Tue Oct 23 13:51:21 2012 +0200
+++ b/Monsters.h	Tue Oct 23 23:38:05 2012 +0200
@@ -177,7 +177,7 @@
   unsigned __int16 uMonsterRadius;
   unsigned __int16 uMovementSpeed;
   __int16 uToHitRadius;
-  int uTintColor;
+  unsigned int uTintColor;
   unsigned __int16 pSoundSampleIDs[4];
   char pMonsterName[32];
   char pSpriteNames[10][10];