OpenTTD Source 20250331-master-g3c15e0c889
|
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) | |
NewGRF Action 0x12 handler.
Definition in file newgrf_act12.cpp.
|
static |
Action 0x12.
Definition at line 19 of file newgrf_act12.cpp.
References GrfProcessingState::file, LoadNextSprite(), GrfProcessingState::nfo_line, ByteReader::ReadByte(), ByteReader::ReadWord(), SetUnicodeGlyph(), and GrfProcessingState::spriteid.
|
static |
Action 0x12 (SKIP)
Definition at line 50 of file newgrf_act12.cpp.
References ByteReader::ReadByte(), ByteReader::ReadWord(), and GrfProcessingState::skip_sprites.