mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 04:23:01 -04:00
Add drawlist inlines
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ BOOL dScnOpen_c::execute() {
|
||||
/* 80232CAC-80232D38 .text draw__10dScnOpen_cFv */
|
||||
BOOL dScnOpen_c::draw() {
|
||||
dComIfGd_setWindow(dComIfGp_getWindow(0));
|
||||
dComIfGd_setViewPort(dComIfGp_getWindow(0)->getViewPort());
|
||||
dComIfGd_setViewport(dComIfGp_getWindow(0)->getViewPort());
|
||||
for (create_tag_class* pTag = fopDwIt_Begin(); pTag != NULL; pTag = fopDwIt_Next(pTag))
|
||||
fpcM_Draw(pTag->mpTagData);
|
||||
dComIfGd_set2DOpa(mpProc);
|
||||
|
||||
Reference in New Issue
Block a user