This commit is contained in:
zeromus 2008-06-12 07:20:15 +00:00
parent fc9c64e5e7
commit 12bdce8669
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ void MovieRecord::parse(MovieData* md, std::istream* is)
//extract the commands //extract the commands
commands = uintDecFromIstream(is); commands = uintDecFromIstream(is);
//*is >> commands;
is->get(); //eat the pipe is->get(); //eat the pipe
//a special case: if fourscore is enabled, parse four gamepads //a special case: if fourscore is enabled, parse four gamepads