OpenTTD Source 20250331-master-g3c15e0c889
newgrf_act12.cpp File Reference

NewGRF Action 0x12 handler. More...

#include "../stdafx.h"
#include "../debug.h"
#include "../fontcache.h"
#include "newgrf_bytereader.h"
#include "newgrf_internal.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

static void LoadFontGlyph (ByteReader &buf)
 Action 0x12.
 
static void SkipAct12 (ByteReader &buf)
 Action 0x12 (SKIP)
 

Detailed Description

NewGRF Action 0x12 handler.

Definition in file newgrf_act12.cpp.

Function Documentation

◆ LoadFontGlyph()

◆ SkipAct12()

static void SkipAct12 ( ByteReader buf)
static

Action 0x12 (SKIP)

Definition at line 50 of file newgrf_act12.cpp.

References ByteReader::ReadByte(), ByteReader::ReadWord(), and GrfProcessingState::skip_sprites.