Mercurial > mm7
comparison mm7_2.cpp @ 351:5f36449527c6
stru351 -> summoned/spell-enchanted item
author | Nomad |
---|---|
date | Thu, 21 Feb 2013 03:04:08 +0200 |
parents | 77601b0fb14b |
children | ec6cc5cefa4b |
comparison
equal
deleted
inserted
replaced
350:77601b0fb14b | 351:5f36449527c6 |
---|---|
12970 L"Unable to Allocate 26Mb of RAM", | 12970 L"Unable to Allocate 26Mb of RAM", |
12971 L"More RAM Memory Required", MB_ICONEXCLAMATION); | 12971 L"More RAM Memory Required", MB_ICONEXCLAMATION); |
12972 return false; | 12972 return false; |
12973 } | 12973 } |
12974 | 12974 |
12975 game_starting_year = 1168; | |
12975 | 12976 |
12976 pParty = new Party; | 12977 pParty = new Party; |
12977 memset(&pParty->pHirelings, 0, sizeof(pParty->pHirelings)); | 12978 memset(&pParty->pHirelings, 0, sizeof(pParty->pHirelings)); |
12978 pParty->uWalkSpeed = GetPrivateProfileIntW(L"debug", L"walkspeed", 384, pMM6IniFile); | 12979 pParty->uWalkSpeed = GetPrivateProfileIntW(L"debug", L"walkspeed", 384, pMM6IniFile); |
12979 pParty->uDefaultEyelevel = GetPrivateProfileIntW(L"party", L"eyelevel", 160, pMM6IniFile); | 12980 pParty->uDefaultEyelevel = GetPrivateProfileIntW(L"party", L"eyelevel", 160, pMM6IniFile); |