Mercurial > might-and-magic-trilogy
diff GUIProgressBar.cpp @ 28:18f7a1b94448
Indoor::Load
author | Nomad |
---|---|
date | Tue, 16 Oct 2012 19:31:34 +0200 |
parents | be2066176d89 |
children | 0f4ed4f0f472 |
line wrap: on
line diff
--- a/GUIProgressBar.cpp Tue Oct 16 01:31:05 2012 +0200 +++ b/GUIProgressBar.cpp Tue Oct 16 19:31:34 2012 +0200 @@ -102,9 +102,9 @@ //----- (004435BB) -------------------------------------------------------- void GUIProgressBar::Reset(unsigned __int8 uMaxProgress) { - this->field_9 = 0; - this->uProgressCurrent = 0; - this->uProgressMax = uMaxProgress; + field_9 = 0; + uProgressCurrent = 0; + uProgressMax = uMaxProgress; } //----- (004435CD) --------------------------------------------------------