Changeset 21:d1bb7b365816

Show
Ignore:
Timestamp:
10/31/08 15:30:37 (4 years ago)
Author:
thib
Branch:
default
convert_revision:
svn:d0a2da98-017c-47d2-8c43-22b54484806d/trunk@22
Message:
Fixed dynamic strings in selections (Fuko Pranks for instance)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scn2k/scn2k_cmd.cc

    r13 r21  
    12001200                                if (d[0] != 0x29 || info.type == -1) SetError(); 
    12011201                                d++; 
    1202                                 dprintf(";"); 
     1202                                dprintf(";");/* 
    12031203                                // ¿ôÃÍ€òÁ޳ÑÊž»ú€ËÊÑŽ¹€·€ÆÅÐÏ¿ 
    12041204                                char str[10], str2[20]; // itoa 
     
    12081208                                        str2[i*2+1] = 0xb0 + str[i]-'0'; 
    12091209                                } 
    1210                                 str2[i*2] = 0; 
    1211                                 text += str2; 
     1210                                str2[i*2] = 0;*/ 
     1211                                text += strheap + info.value; 
    12121212                        } 
    12131213                } else { SetError(); break;}