mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-21 17:41:18 +02:00
fix screenshot name space
This commit is contained in:
@@ -402,7 +402,7 @@ DoRWStuffEndOfFrame(void)
|
||||
}
|
||||
#else
|
||||
if (CPad::GetPad(1)->GetLeftShockJustDown() || CPad::GetPad(0)->GetFJustDown(11)) {
|
||||
sprintf(s, "screen_%11lld.png", time(nil));
|
||||
sprintf(s, "screen_%011lld.png", time(nil));
|
||||
RwGrabScreen(Scene.camera, s);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user