Skip to content

Commit b69f49b

Browse files
committed
fixes
1 parent 7b70e20 commit b69f49b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GolDP/src/purpleribbon0x24.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
DECOMP_SIZE_ASSERT(PurpleRibbon0x24, 0x24)
88

9-
// FUNCTION: GOLDP 10015920
9+
// FUNCTION: GOLDP 0x10015920
1010
PurpleRibbon0x24::PurpleRibbon0x24()
1111
{
1212
m_items = NULL;

common/src/mabmaterialanimationitem0x18.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void MabMaterialAnimationItem0x18::FUN_00410480()
9494
// FUNCTION: LEGORACERS 0x00410490
9595
void MabMaterialAnimationItem0x18::FUN_00410490()
9696
{
97-
if (m_unk0x0a != 0) {
97+
if (m_unk0x0a > 0) {
9898
m_unk0x10 = static_cast<LegoFloat>(m_unk0x0a - 1);
9999
}
100100
else {

0 commit comments

Comments
 (0)