mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Add license headers to every file.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/********************************************************************
|
||||
Minecraft: Pocket Edition - Decompilation Project
|
||||
Copyright (C) 2023 iProgramInCpp
|
||||
|
||||
The following code is licensed under the BSD 1 clause license.
|
||||
SPDX-License-Identifier: BSD-1-Clause
|
||||
********************************************************************/
|
||||
|
||||
#include "LevelRenderer.hpp"
|
||||
#include "Minecraft.hpp"
|
||||
|
||||
@@ -678,7 +686,7 @@ typedef ChunkVector::iterator ChunkVectorIterator;
|
||||
|
||||
bool LevelRenderer::updateDirtyChunks(Mob* pMob, bool b)
|
||||
{
|
||||
// @TODO: untangle this shit
|
||||
// @TODO: untangle this thing
|
||||
|
||||
int v3; // r4
|
||||
ChunkVectorIterator field_88_Beg; // r3
|
||||
|
||||
Reference in New Issue
Block a user