Browse Source

Fix for missing models/ dirs in packpanda games

rdb 16 years ago
parent
commit
18fb544b2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/directscripts/packpanda.nsi

+ 2 - 2
direct/src/directscripts/packpanda.nsi

@@ -118,8 +118,8 @@ Section "${SMDIRECTORY}" SecCore
 
 
         !ifdef PPGAME
         !ifdef PPGAME
 
 
-            SetOutPath $INSTDIR\models\audio
-            File /r /x CVS "${PANDA}\models\audio\*"
+            SetOutPath $INSTDIR\models
+            File /r /x CVS "${PANDA}\models\*"
             SetOutPath $INSTDIR\bin
             SetOutPath $INSTDIR\bin
             File /r "${PANDA}\bin\eggcacher.exe"
             File /r "${PANDA}\bin\eggcacher.exe"
             SetOutpath $INSTDIR\game
             SetOutpath $INSTDIR\game