git » fp-git.git » commit dc10289

important bug fixed

author ecalot
2005-12-17 04:32:49 UTC
committer ecalot
2005-12-17 04:32:49 UTC
parent 94e3a7ec623e849e6165febd3cc1ead7cd03a182

important bug fixed

PR/src/include/translate.h +2 -2

diff --git a/PR/src/include/translate.h b/PR/src/include/translate.h
index fe7c2e9..0a008fc 100644
--- a/PR/src/include/translate.h
+++ b/PR/src/include/translate.h
@@ -38,9 +38,9 @@ translate.c: Princed Resources : array translating resources
 "pop1", "cust", "fram", "palc", "pals", "palt", "piec", "scr", "shap", "shpl", "strl", "snd", "seqs", "txt4"}
 
 #define TRANS_ARRAY_INDEX_EXT {\
-"custom", "frame", "cga palette", "svga palette", "tga palette", "piece", "screen", "shape", "shape palette", "string", "sound", "sequence", "text4"}
+"pop 1","custom", "frame", "cga palette", "svga palette", "tga palette", "piece", "screen", "shape", "shape palette", "string", "sound", "sequence", "text4"}
 
-#define TRANS_ARRAY_INDEX_SIZ 12
+#define TRANS_ARRAY_INDEX_SIZ 13
 
 extern const char* _indexInt[];
 extern const char* _indexExt[];