diff object.h @ 35:3b92a4b17049 default tip

fix for macosx Yosemite
author Nozomi
date Thu, 19 May 2016 18:18:34 +0900
parents 6754fbb63ac7
children
line wrap: on
line diff
--- a/object.h	Sat May 21 20:44:24 2011 +0900
+++ b/object.h	Thu May 19 18:18:34 2016 +0900
@@ -19,7 +19,7 @@
   FVECTOR *data[4];
   FVECTOR xyz;
   FVECTOR angle;
-  int *texture;         // pointer of this surface's texture
+  unsigned int texture;         // pointer of this surface's texture
   char *image_name;
   struct surface *next;
   struct surface *child;