- Fixed: A_Explode wants the distance parameter as an int, not a fixed_t.
- some minor DECORATE fixes. SVN r1173 (trunk)
This commit is contained in:
parent
909656c7c5
commit
fcdef6a0de
9 changed files with 20 additions and 15 deletions
|
|
@ -1344,7 +1344,7 @@ int SBarInfo::newImage(const char *patchname)
|
|||
}
|
||||
|
||||
//converts a string into a tranlation.
|
||||
EColorRange SBarInfo::GetTranslation(FScanner &sc, char* translation)
|
||||
EColorRange SBarInfo::GetTranslation(FScanner &sc, const char* translation)
|
||||
{
|
||||
EColorRange returnVal = CR_UNTRANSLATED;
|
||||
FString namedTranslation; //we must send in "[translation]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue