drew@ingot:~/SeventhSense-1.6.2/src$ vi rnt.cpp
//char fto[256];
//sprintf(fto,"data/books/book%d/rnt.dat",book);
MY_FILE file = game->loader.file.open_to_read(ss.str());
if (!file.physfs_file)
{
if (game->diag) printf("Couldn't open random number table for book %d...\n"
"Going ahead with boring defaults...\n", book);
}
for (int i = 0; i <>loader.file.readValue(&file);
/*if (file.physfs_file)
table[j][i] = game->loader.file.readValue(&file);
else
table[i][j] = j;*/
table[i][j] = 9;
if (file.physfs_file)
game->loader.file.close(&file);
-- INSERT -- 104,22-29 11%
>
Sort ofThread 0 Crashed: Dispatch queue: com.apple.main-thread 0 org.projectaon.SeventhSense 0x00124b90 MAGNAKAI_DISCIPLINES::~MAGNAKAI_DISCIPLINES() + 41344 1 org.projectaon.SeventhSense 0x00138542 MAGNAKAI_DISCIPLINES::~MAGNAKAI_DISCIPLINES() + 121650
« Older On the 18th June 1912 workmen burst through the fl... | Fried Beer.... Newer »
This thread has been archived and is closed to new comments
posted by Kattullus at 8:25 AM on August 28, 2010