Просмотр исходного кода

bug ut2k4 using wrong map-compressor

Daniel Gibbs 10 лет назад
Родитель
Сommit
bccc635cc5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions/core_getopt.sh

+ 1 - 1
functions/core_getopt.sh

@@ -380,7 +380,7 @@ case "$getopt" in
 	i|install)
 	i|install)
 		command_install.sh;;
 		command_install.sh;;
 	mc|map-compressor)
 	mc|map-compressor)
-		compress_ut99_maps.sh;;
+		compress_unreal2_maps.sh;;
 	dd|depsdetect)
 	dd|depsdetect)
 		dev_detect_deps.sh;;		
 		dev_detect_deps.sh;;		
 	*)
 	*)