mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Quick fix for last commit.
This commit is contained in:
parent
4279ed3f78
commit
1a6b47266d
@ -141,9 +141,8 @@ namespace ClassicalSharp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reader.Remove( 1024 );
|
reader.Remove( 1024 );
|
||||||
reader.ReadUInt8(); // progress byte, but we ignore this.
|
byte progress = reader.ReadUInt8();
|
||||||
float progress = (float)mapIndex / map.Length;
|
game.MapEvents.RaiseMapLoading( progress );
|
||||||
game.MapEvents.RaiseMapLoading( (byte)(progress * 100) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void HandleLevelFinalise() {
|
void HandleLevelFinalise() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user