1
0

Fixed compile

This commit is contained in:
Tiger Wang
2014-02-27 21:48:49 +00:00
parent a97f28939f
commit 528467bc5c
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#include "Globals.h"
#include "FireworksSerializer.h"
#include "WorldStorage/FastNBT.h"
#include <sstream>
@@ -219,7 +218,7 @@ void cFireworkItem::FadeColoursFromString(const AString & a_String, cFireworkIte
int GetVanillaColourCodeFromDye(short a_DyeMeta)
int cFireworkItem::GetVanillaColourCodeFromDye(short a_DyeMeta)
{
/*
Colours are supposed to be calculated via: R << 16 + G << 8 + B