mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
Formatting.
svn-id: r39839
This commit is contained in:
parent
942dd9b845
commit
bff93a38ae
@ -2124,7 +2124,7 @@ bool LoLEngine::updateAutoMapIntern(uint16 block, uint16 x, uint16 y, int16 xOff
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LoLEngine::loadMapLegendData(int level) {
|
void LoLEngine::loadMapLegendData(int level) {
|
||||||
uint16 *legendData= (uint16*) _tempBuffer5120;
|
uint16 *legendData = (uint16 *)_tempBuffer5120;
|
||||||
for (int i = 0; i < 32; i++) {
|
for (int i = 0; i < 32; i++) {
|
||||||
legendData[i * 6] = 0xffff;
|
legendData[i * 6] = 0xffff;
|
||||||
legendData[i * 6 + 5] = 0xffff;
|
legendData[i * 6 + 5] = 0xffff;
|
||||||
@ -2227,7 +2227,7 @@ void LoLEngine::drawMapPage(int pageNum) {
|
|||||||
sx = mapGetStartPosX();
|
sx = mapGetStartPosX();
|
||||||
sy = mapGetStartPosY();
|
sy = mapGetStartPosY();
|
||||||
|
|
||||||
uint16 *legendData = (uint16*)_tempBuffer5120;
|
uint16 *legendData = (uint16 *)_tempBuffer5120;
|
||||||
|
|
||||||
for (int ii = 0; ii < 32; ii++) {
|
for (int ii = 0; ii < 32; ii++) {
|
||||||
uint16 *l = &legendData[ii * 6];
|
uint16 *l = &legendData[ii * 6];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user