comparison Actor.h @ 194:650d96af8855

Vis overhaul; sprites can be picked by mouse
author Nomad
date Sat, 16 Feb 2013 18:32:37 +0200
parents 8b8fd4d83fdc
children 1f0af5cac2dd
comparison
equal deleted inserted replaced
192:1c8add70bcf9 194:650d96af8855
49 49
50 50
51 /* 295 */ 51 /* 295 */
52 enum ObjectType 52 enum ObjectType
53 { 53 {
54 OBJECT_unk0 = 0x0, 54 OBJECT_Any = 0x0,
55 OBJECT_BLVDoor = 0x1, 55 OBJECT_BLVDoor = 0x1,
56 OBJECT_Item = 0x2, 56 OBJECT_Item = 0x2,
57 OBJECT_Actor = 0x3, 57 OBJECT_Actor = 0x3,
58 OBJECT_Player = 0x4, 58 OBJECT_Player = 0x4,
59 OBJECT_Decoration = 0x5, 59 OBJECT_Decoration = 0x5,