Changeset 138 for cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp
- Timestamp:
- 08/27/10 18:55:42 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp
r51 r138 509 509 } 510 510 511 const int ResCount= strlen(Results);511 const int ResCount=int(strlen(Results)); 512 512 513 513
