Anonymous | Login | 2024-11-21 11:11 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0002596 | VCMI | Other | public | 2016-11-09 09:37 | 2022-04-12 11:19 | ||||
Reporter | josch | ||||||||
Assigned To | Dydzio | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | 1.next | |||||||
Summary | 0002596: two tiny spelling mistakes | ||||||||
Description | Please consider applying the following patch to fix two tiny spelling mistakes: --- vcmi-0.99+dfsg.orig/client/CMusicHandler.cpp +++ vcmi-0.99+dfsg/client/CMusicHandler.cpp @@ -483,7 +483,7 @@ bool MusicEntry::stop(int fade_ms) { if (Mix_PlayingMusic()) { - logGlobal->traceStream()<<"Stoping music file "<<currentName; + logGlobal->traceStream()<<"Stopping music file "<<currentName; loop = 0; Mix_FadeOutMusic(fade_ms); return true; --- vcmi-0.99+dfsg.orig/lib/rmg/CRmgTemplate.cpp +++ vcmi-0.99+dfsg/lib/rmg/CRmgTemplate.cpp @@ -47,7 +47,7 @@ int CRmgTemplateZoneConnection::getGuard void CRmgTemplateZoneConnection::setGuardStrength(int value) { - if(value < 0) throw std::runtime_error("Negative value for guard strenth not allowed."); + if(value < 0) throw std::runtime_error("Negative value for guard strength not allowed."); guardStrength = value; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0006894) Dydzio (developer) 2016-11-10 10:57 |
Fixed in: https://github.com/vcmi/vcmi/pull/258 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2016-11-09 09:37 | josch | New Issue | |
2016-11-10 10:57 | Dydzio | Assigned To | => Dydzio |
2016-11-10 10:57 | Dydzio | Status | new => assigned |
2016-11-10 10:57 | Dydzio | Note Added: 0006894 | |
2016-11-10 10:59 | SXX | Status | assigned => resolved |
2016-11-10 10:59 | SXX | Fixed in Version | => 1.next |
2016-11-10 10:59 | SXX | Resolution | open => fixed |
2022-04-12 11:19 | Povelitel | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |