mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
Merge branch 'master' of github.com:SWG-Source/swg-main
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ant stop
|
||||
|
||||
cd exe/linux
|
||||
|
||||
export LLVM_PROFILE_FILE="output-%p.profraw"
|
||||
|
||||
@@ -1125,6 +1125,7 @@ sub writeAssetCrcToAssetIdIndexTable
|
||||
|
||||
die "tfiala must update format: valid unique asset id range blown" if ($assetId > 0xFFFF);
|
||||
|
||||
printf $outputFile "//name: %s\n", $assetName;
|
||||
printf $outputFile "\t\t\tuint32 %u\n", $assetCrc;
|
||||
printf $outputFile "\t\t\tuint16 %u\n", $assetId;
|
||||
print $outputFile "\n";
|
||||
|
||||
Reference in New Issue
Block a user