make more strings localizable

This commit is contained in:
Chris Danford
2006-01-08 18:40:20 +00:00
parent f6d11943ab
commit fc18dbd342
28 changed files with 108 additions and 97 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ enum PlayerController
PC_HUMAN,
PC_AUTOPLAY,
PC_CPU,
NUM_PLAYER_CONTROLLERS
NUM_PlayerController
};
const CString& PlayerControllerToString( PlayerController pc );