svn-id: r26478
This commit is contained in:
Travis Howell 2007-04-15 00:12:09 +00:00
parent 2aeb84f12a
commit fe6b6323fa
6 changed files with 95 additions and 115 deletions

View file

@ -990,7 +990,7 @@ void AGOSEngine::printScroll() {
state.surf_addr = getBackBuf();
state.surf_pitch = _dxSurfacePitch;
drawImages(&state);
drawImage(&state);
}
} // End of namespace AGOS