From 288aa35cc1e995d5b40fe4e2d9d34348684cdd1a Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 10 Apr 2013 21:20:35 -0400 Subject: [PATCH] add unit res type (pascal) --- toolbox/rm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox/rm.cpp b/toolbox/rm.cpp index f165493..d41160a 100644 --- a/toolbox/rm.cpp +++ b/toolbox/rm.cpp @@ -90,7 +90,8 @@ namespace RM case 0x53545220: // 'STR ' case 0x53545223: // 'STR#' (reziigs) case 0x59414343: // 'YACC' (pascaliigs) - case 0x72547970: // rTyp (rezIIgs) + case 0x72547970: // 'rTyp' (rezIIgs) + case 0x756e6974: // 'unit' (Pascal) break; default: return SetResError(resNotFound);