diff --git a/REDALERT/WIN32LIB/GBUFFER.H b/REDALERT/WIN32LIB/GBUFFER.H index e6d7aa1..4ee79eb 100644 --- a/REDALERT/WIN32LIB/GBUFFER.H +++ b/REDALERT/WIN32LIB/GBUFFER.H @@ -983,8 +983,7 @@ inline unsigned long GraphicViewPortClass::Print(char const *str, int x, int y, return_code = (Buffer_Print(this, str, x, y, fcol, bcol)); } Unlock(); - - Device_Present(); + return ( return_code ); }