OpenTTD Source 20260704-master-gbf70c61fb8
Easter egg/disaster sprites
static const SpriteID SPR_BLIMP_CRASHING = 3906
static const SpriteID SPR_BLIMP = 3905
static const SpriteID SPR_BLIMP_CRASHED = 3907
static const SpriteID SPR_UFO_SMALL_SCOUT = 3908
static const SpriteID SPR_UFO_SMALL_SCOUT_DARKER = 3909
static const SpriteID SPR_UFO_HARVESTER = 3920
static const SpriteID SPR_XCOM_SKYRANGER = 3921
static const SpriteID SPR_SUB_SMALL_NE = 3910
static const SpriteID SPR_SUB_SMALL_SE = 3911
static const SpriteID SPR_SUB_SMALL_SW = 3912
static const SpriteID SPR_SUB_SMALL_NW = 3913
static const SpriteID SPR_SUB_LARGE_NE = 3914
static const SpriteID SPR_SUB_LARGE_SE = 3915
static const SpriteID SPR_SUB_LARGE_SW = 3916
static const SpriteID SPR_SUB_LARGE_NW = 3917
static const SpriteID SPR_F_15 = 3918
static const SpriteID SPR_F_15_FIRING = 3919
static const SpriteID SPR_AH_64A = 3922
static const SpriteID SPR_AH_64A_FIRING = 3923

Detailed Description

Variable Documentation

◆ SPR_AH_64A

const SpriteID SPR_AH_64A = 3922
static

Gunship.

Definition at line 1222 of file sprites.h.

◆ SPR_AH_64A_FIRING

const SpriteID SPR_AH_64A_FIRING = 3923
static

Gunship.

Definition at line 1223 of file sprites.h.

Referenced by DisasterTick_Helicopter().

◆ SPR_BLIMP

const SpriteID SPR_BLIMP = 3905
static

Zeppelin.

Definition at line 1198 of file sprites.h.

◆ SPR_BLIMP_CRASHED

const SpriteID SPR_BLIMP_CRASHED = 3907
static

Zeppelin.

Definition at line 1199 of file sprites.h.

Referenced by DisasterTick_Zeppeliner().

◆ SPR_BLIMP_CRASHING

const SpriteID SPR_BLIMP_CRASHING = 3906
static

Zeppelin.

Definition at line 1197 of file sprites.h.

Referenced by DisasterTick_Zeppeliner().

◆ SPR_F_15

const SpriteID SPR_F_15 = 3918
static

F-15 Strike Eagle.

Definition at line 1218 of file sprites.h.

◆ SPR_F_15_FIRING

const SpriteID SPR_F_15_FIRING = 3919
static

F-15 Strike Eagle.

Definition at line 1219 of file sprites.h.

Referenced by DisasterTick_Airplane().

◆ SPR_SUB_LARGE_NE

const SpriteID SPR_SUB_LARGE_NE = 3914
static

Silent Service.

Definition at line 1212 of file sprites.h.

◆ SPR_SUB_LARGE_NW

const SpriteID SPR_SUB_LARGE_NW = 3917
static

Silent Service.

Definition at line 1215 of file sprites.h.

◆ SPR_SUB_LARGE_SE

const SpriteID SPR_SUB_LARGE_SE = 3915
static

Silent Service.

Definition at line 1213 of file sprites.h.

◆ SPR_SUB_LARGE_SW

const SpriteID SPR_SUB_LARGE_SW = 3916
static

Silent Service.

Definition at line 1214 of file sprites.h.

◆ SPR_SUB_SMALL_NE

const SpriteID SPR_SUB_SMALL_NE = 3910
static

Silent Service.

Definition at line 1208 of file sprites.h.

◆ SPR_SUB_SMALL_NW

const SpriteID SPR_SUB_SMALL_NW = 3913
static

Silent Service.

Definition at line 1211 of file sprites.h.

◆ SPR_SUB_SMALL_SE

const SpriteID SPR_SUB_SMALL_SE = 3911
static

Silent Service.

Definition at line 1209 of file sprites.h.

◆ SPR_SUB_SMALL_SW

const SpriteID SPR_SUB_SMALL_SW = 3912
static

Silent Service.

Definition at line 1210 of file sprites.h.

◆ SPR_UFO_HARVESTER

const SpriteID SPR_UFO_HARVESTER = 3920
static

XCOM - UFO Defense.

Definition at line 1204 of file sprites.h.

◆ SPR_UFO_SMALL_SCOUT

const SpriteID SPR_UFO_SMALL_SCOUT = 3908
static

XCOM - UFO Defense.

Definition at line 1202 of file sprites.h.

Referenced by DisasterTick_Ufo().

◆ SPR_UFO_SMALL_SCOUT_DARKER

const SpriteID SPR_UFO_SMALL_SCOUT_DARKER = 3909
static

XCOM - UFO Defense.

Definition at line 1203 of file sprites.h.

Referenced by DisasterTick_Ufo().

◆ SPR_XCOM_SKYRANGER

const SpriteID SPR_XCOM_SKYRANGER = 3921
static

XCOM - UFO Defense.

Definition at line 1205 of file sprites.h.