~stratagus/wargus/trunk

« back to all changes in this revision

Viewing changes to wargus.nsi

  • Committer: cybermind
  • Date: 2015-03-18 09:57:51 UTC
  • Revision ID: iddqd_mail@mail.ru-20150318095751-bgkxt0oky414fcxh
[+] Added textbox to specify SF2 soundfont
[*] Slight difficulty adjusting for campaign AI scripts
[*] Fixed autocast for Invisibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
        ReadRegStr $DATADIR HKLM "${REGKEY}" "DataDir"
520
520
        StrCmp $DATADIR "" 0 +2
521
521
 
522
 
        StrCpy $DATADIR "D:\"
 
522
        StrCpy $DATADIR "D:"
523
523
        !insertmacro MUI_LANGDLL_DISPLAY
524
524
FunctionEnd
525
525