Skip to content

Commit ff7d72b

Browse files
committed
Fix cGonzagoTimer on Steam versions
1 parent 801035f commit ff7d72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spore ModAPI/SourceCode/DLL/AddressesSimulator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ namespace Simulator
347347

348348
namespace Addresses(cGonzagoTimer)
349349
{
350-
DefineAddress(GetSimulatorTime_ptr, SelectAddress(0xB63580, 0xB63980));
350+
DefineAddress(GetSimulatorTime_ptr, SelectAddress(0xB63580, 0xB639C0));
351351
}
352352

353353
namespace Addresses(cMindEraseToolStrategy)

0 commit comments

Comments
 (0)